2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 03:51:34 +00:00

Added IPN to Supplier Part string representation

Improved Supplier Part templates and fixed 'Order Part' button in supplier_part_orders
This commit is contained in:
eeintech
2020-10-15 13:09:00 -05:00
parent ca8472ac23
commit af6b30eaca
6 changed files with 20 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
<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-default' id='new-po-line'>{% trans "Add Line Item" %}</button>
<button type='button' class='btn btn-primary' id='new-po-line'>{% trans "Add Line Item" %}</button>
{% endif %}
</div>