Browse Source

Merge branch 'fix_invoiceedit_page' into 'dev'

Fix invoice edit page, discount title is only displayed when needed.

See merge request federez/re2o!394
mac_vendor
chirac 7 years ago
parent
commit
88416a28b4
  1. 2
      cotisations/templates/cotisations/facture.html

2
cotisations/templates/cotisations/facture.html

@ -74,8 +74,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endfor %}
</div>
<input class="btn btn-primary btn-block" role="button" value="{% trans "Add an extra article"%}" id="add_one">
<h3>{% trans "Discount" %}</h3>
{% if discount_form %}
<h3>{% trans "Discount" %}</h3>
{% bootstrap_form discount_form %}
{% endif %}
<p>

Loading…
Cancel
Save