mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
dynamic loading for reports
This commit is contained in:
@@ -25,6 +25,8 @@ wn.pages['general-ledger'].onload = function(wrapper) {
|
||||
|
||||
}
|
||||
|
||||
wn.require("lib/js/wn/views/grid_report.js");
|
||||
|
||||
erpnext.GeneralLedger = wn.views.GridReport.extend({
|
||||
init: function(wrapper) {
|
||||
this._super({
|
||||
|
||||
Reference in New Issue
Block a user