mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 12:22:11 +00:00
- Refreshing the SalesOrder table would actually reload the PurchaseOrder table
(cherry picked from commit 23edd79431
)
This commit is contained in:
@@ -2465,7 +2465,7 @@ function loadSalesOrderTable(table, options) {
|
|||||||
return `<div id='purchase-order-calendar'></div>`;
|
return `<div id='purchase-order-calendar'></div>`;
|
||||||
},
|
},
|
||||||
onRefresh: function() {
|
onRefresh: function() {
|
||||||
loadPurchaseOrderTable(table, options);
|
loadSalesOrderTable(table, options);
|
||||||
},
|
},
|
||||||
onLoadSuccess: function() {
|
onLoadSuccess: function() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user