mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Floats are already formatted
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
|
||||
\newcommand {\ListeProduits}{
|
||||
{% 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 %}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user