mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
dynamic loading for reports
This commit is contained in:
@@ -24,6 +24,7 @@ wn.pages['stock-ledger'].onload = function(wrapper) {
|
||||
new erpnext.StockLedger(wrapper);
|
||||
}
|
||||
|
||||
wn.require("lib/js/wn/views/grid_report.js");
|
||||
wn.require("app/js/stock_grid_report.js");
|
||||
|
||||
erpnext.StockLedger = erpnext.StockGridReport.extend({
|
||||
|
||||
Reference in New Issue
Block a user