Browse Source

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

fix_front_profil
Hugo LEVY-FALK 8 years ago
parent
commit
d7b61c27fe
  1. 2
      cotisations/templates/cotisations/facture.html

2
cotisations/templates/cotisations/facture.html

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

Loading…
Cancel
Save