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

Fix sales order table refresh (#3627) (#3628)

- Refreshing the SalesOrder table would actually reload the PurchaseOrder table

(cherry picked from commit 23edd79431)
This commit is contained in:
Oliver
2022-09-01 15:04:26 +10:00
committed by GitHub
parent c7955c267c
commit 14143c1681

View File

@ -2465,7 +2465,7 @@ function loadSalesOrderTable(table, options) {
return `<div id='purchase-order-calendar'></div>`;
},
onRefresh: function() {
loadPurchaseOrderTable(table, options);
loadSalesOrderTable(table, options);
},
onLoadSuccess: function() {