mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
- Refreshing the SalesOrder table would actually reload the PurchaseOrder table (cherry picked from commit 23edd794312b5eea2e00878d2216150048747a4e)
This commit is contained in:
parent
c7955c267c
commit
14143c1681
@ -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() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user