8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Répare l'affichage du prix dans la créatino de factures

This commit is contained in:
Hugo LEVY-FALK 2018-07-13 16:37:33 +02:00
parent 161ce72042
commit d7b61c27fe

View file

@ -81,7 +81,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<script type="text/javascript">
{% if articlesformset %}
var prices = {};
{% for article in articles %}
{% for article in articlelist %}
prices[{{ article.id|escapejs }}] = {{ article.prix }};
{% endfor %}