[grid-reports] [page] bug fix for double 'show' call, fixed ledger reports links

This commit is contained in:
Rushabh Mehta
2013-07-01 15:17:36 +05:30
parent 36af6a02ad
commit 4cd0a07290
4 changed files with 6 additions and 18 deletions

View File

@@ -22,10 +22,7 @@ wn.pages['stock-ledger'].onload = function(wrapper) {
});
new erpnext.StockLedger(wrapper);
wrapper.appframe.add_home_breadcrumb()
wrapper.appframe.add_module_icon("Stock")
wrapper.appframe.add_breadcrumb("icon-bar-chart")
}
wn.require("app/js/stock_grid_report.js");