From e38ae33c6e94c53e987d7889d17b5f055f09115a Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Wed, 25 Jul 2018 11:18:08 +0200 Subject: [PATCH] =?UTF-8?q?Utilise=20le=20filter=20tick=20pour=20afficher?= =?UTF-8?q?=20les=20bool=C3=A9ens=20de=20custom=20invoice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotisations/templates/cotisations/aff_custom_invoice.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cotisations/templates/cotisations/aff_custom_invoice.html b/cotisations/templates/cotisations/aff_custom_invoice.html index 6cd7e1b8..22c0819b 100644 --- a/cotisations/templates/cotisations/aff_custom_invoice.html +++ b/cotisations/templates/cotisations/aff_custom_invoice.html @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load i18n %} {% load acl %} {% load logs_extra %} +{% load design %}
{% if custom_invoice_list.paginator %} @@ -65,7 +66,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ invoice.payment }} {{ invoice.date }} {{ invoice.id }} - {{ invoice.paid }} + {{ invoice.paid|tick }}