2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-13 02:32:59 +00:00

Do not hide the "submit order" button

This commit is contained in:
Oliver 2022-02-07 13:55:25 +11:00
parent 448cd18468
commit 64b1523013

View File

@ -48,7 +48,7 @@
{% endif %} {% endif %}
</ul> </ul>
</div> </div>
{% if order.status == PurchaseOrderStatus.PENDING and order.lines.count > 0 %} {% if order.status == PurchaseOrderStatus.PENDING %}
<button type='button' class='btn btn-outline-secondary' id='place-order' title='{% trans "Place order" %}'> <button type='button' class='btn btn-outline-secondary' id='place-order' title='{% trans "Place order" %}'>
<span class='fas fa-shopping-cart icon-blue'></span> <span class='fas fa-shopping-cart icon-blue'></span>
</button> </button>