2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Support rendering / updating of date inputs

This commit is contained in:
Oliver
2021-06-30 17:04:21 +10:00
parent a92fc7cf2c
commit 682b2b4b2f
2 changed files with 42 additions and 5 deletions

View File

@ -21,7 +21,8 @@
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
{% if order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.change %}
<button type='button' class='btn btn-primary' id='new-po-line'>
<span class='fas fa-plus-circle'></span> {% trans "Add Line Item" %}</button>
<span class='fas fa-plus-circle'></span> {% trans "Add Line Item" %}
</button>
{% endif %}
</div>