mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Répare l'affichage du prix dans la créatino de factures
This commit is contained in:
parent
161ce72042
commit
d7b61c27fe
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue