mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Fix sales order table refresh (#3627)
- Refreshing the SalesOrder table would actually reload the PurchaseOrder table
This commit is contained in:
parent
0150afd7a7
commit
23edd79431
@ -2571,7 +2571,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() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user