Основной бизнес-процесс
Оформление накладных
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<h4>Накладная</h4>
|
||||
{% if waybill %}
|
||||
{% for item in waybill %}
|
||||
{{ components.render_item(item, show_form = False, show_amount = True) }}
|
||||
{{ card.render_item(item, show_form = False, show_amount = True) }}
|
||||
{% endfor %}
|
||||
<a href="{{url_for('waybill_bp.save_order')}}"><button class="btn btn-primary">Оформить накладную</button></a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user