2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-15 01:11:27 +00:00

Javascript linting

This commit is contained in:
Oliver Walters
2022-05-04 17:38:01 +10:00
parent 7365f7b5cb
commit 17c84141b1
2 changed files with 3 additions and 4 deletions

View File

@ -28,7 +28,7 @@
createSalesOrderShipment,
editPurchaseOrderLineItem,
exportOrder,
issurPurchaseOrder,
issuePurchaseOrder,
loadPurchaseOrderLineItemTable,
loadPurchaseOrderExtraLineTable
loadPurchaseOrderTable,
@ -242,8 +242,7 @@ function issuePurchaseOrder(order_id, options={}) {
handleFormSuccess(response, options);
}
}
)
);
}