Основной бизнес-процесс

Оформление накладных
This commit is contained in:
2024-12-03 17:46:41 +03:00
parent 453801f2e9
commit ee6a2f9756
9 changed files with 77 additions and 48 deletions

View File

@@ -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 %}