Remove space in IBAN

This commit is contained in:
Yohann D'ANELLO 2020-08-06 21:45:50 +02:00
parent 5c01c0bb6c
commit 3e28ed8716
1 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{% load escape_tex %}
{% load l10n %}
\nonstopmode
\documentclass[11pt]{article}
@ -47,9 +48,11 @@
}
\newcommand {\ListeProduits}{
{% localize off %}
{% for product in products %}
{{ product.designation|safe|escape_tex }} & {{ product.amount_euros|safe|escape_tex|floatformat:2 }} & {{ product.quantity|safe|escape_tex|floatformat:2 }} & {{ product.total_euros|safe|escape_tex|floatformat:2 }} \cr
{% endfor %}
{% endlocalize %}
}
% Logo du BDE