mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
Merge branch 'fix_invoiceedit_page' into 'dev'
Fix invoice edit page, discount title is only displayed when needed. See merge request federez/re2o!394
This commit is contained in:
commit
88416a28b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue