2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Hacky fix for ordering parts form

This commit is contained in:
Oliver Walters
2021-03-06 19:49:49 +11:00
parent a4257ad9df
commit 8061669c70
2 changed files with 3 additions and 2 deletions

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',