appframe fixes

This commit is contained in:
Rushabh Mehta
2012-12-22 13:50:35 +05:30
parent ff153490fe
commit 6f65de15ae
10 changed files with 28 additions and 10 deletions

View File

@@ -23,7 +23,9 @@ wn.pages['general-ledger'].onload = function(wrapper) {
erpnext.general_ledger = new erpnext.GeneralLedger(wrapper);
wrapper.appframe.add_module_tab("Accounts");
wrapper.appframe.add_home_breadcrumb()
wrapper.appframe.add_module_breadcrumb("Accounts")
wrapper.appframe.add_breadcrumb("icon-bar-chart")
}