2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 06:48:31 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Oliver Walters
2021-03-10 13:16:53 +11:00
4 changed files with 182 additions and 577 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -44,8 +44,9 @@
id='new_po_{{ supplier.id }}'
title='Create new purchase order for {{ supplier.name }}'
type='button'
supplierid='{{ supplier.id }}'
onclick='newPurchaseOrderFromOrderWizard()'>
<span supplier-id='{{ supplier.id }}' class='fas fa-plus-circle'></span>
<span supplierid='{{ supplier.id }}' class='fas fa-plus-circle'></span>
</button>
</td>
<td>
+1 -1
View File
@@ -59,7 +59,7 @@ function newPurchaseOrderFromOrderWizard(e) {
var src = e.target || e.srcElement;
var supplier = $(src).attr('supplier-id');
var supplier = $(src).attr('supplierid');
launchModalForm("/order/purchase-order/new/", {
modal: '#modal-form-secondary',