From d0239a1613cb1e1ec7deb2b67fe871f73e68904d Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Fri, 27 Oct 2017 22:08:53 +0200 Subject: [PATCH] Affiche les id factures et id user --- .../templates/cotisations/aff_cotisations.html | 13 +++++-------- cotisations/templates/cotisations/control.html | 8 ++++++-- re2o/utils.py | 5 ++++- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/cotisations/templates/cotisations/aff_cotisations.html b/cotisations/templates/cotisations/aff_cotisations.html index 59d558bf..81feb0bf 100644 --- a/cotisations/templates/cotisations/aff_cotisations.html +++ b/cotisations/templates/cotisations/aff_cotisations.html @@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Prix total {% include "buttons/sort.html" with prefix='cotis' col='paiement' text='Moyen de paiement' %} {% include "buttons/sort.html" with prefix='cotis' col='date' text='Date' %} - + {% include "buttons/sort.html" with prefix='cotis' col='id' text='Id facture' %} @@ -46,17 +46,19 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ facture.prix_total }} {{ facture.paiement }} {{ facture.date }} + {{ facture.id }} {% if is_cableur %}