mirror of https://gitlab.crans.org/bde/nk20
Floats are already formatted
This commit is contained in:
parent
eca4767155
commit
242b85676d
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
\newcommand {\ListeProduits}{
|
\newcommand {\ListeProduits}{
|
||||||
{% for product in products %}
|
{% for product in products %}
|
||||||
{{ product.designation|escape_tex }} & {{ product.amount_euros|floatformat:2 }} & {{ product.quantity|floatformat:2 }} & {{ product.total_euros|floatformat:2 }} \cr
|
{{ product.designation|escape_tex }} & {{ product.amount_euros }} & {{ product.quantity }} & {{ product.total_euros }} \cr
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue