fix export order

This commit is contained in:
Matthias 2022-03-11 00:46:56 +01:00
parent 84dd85852b
commit 17d421fb7e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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