2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

fix export order

This commit is contained in:
Matthias
2022-03-11 00:46:56 +01:00
parent 84dd85852b
commit 17d421fb7e

View File

@ -29,8 +29,8 @@
loadPurchaseOrderTable, loadPurchaseOrderTable,
loadSalesOrderAllocationTable, loadSalesOrderAllocationTable,
loadSalesOrderLineItemTable, loadSalesOrderLineItemTable,
loadSalesOrderShipmentTable,
loadSalesOrderAdditionalLineItemTable loadSalesOrderAdditionalLineItemTable
loadSalesOrderShipmentTable,
loadSalesOrderTable, loadSalesOrderTable,
newPurchaseOrderFromOrderWizard, newPurchaseOrderFromOrderWizard,
newSupplierPartFromOrderWizard, newSupplierPartFromOrderWizard,