customer account head report link added in accounts home page

This commit is contained in:
Nabin Hait 2013-06-04 10:49:08 +05:30
parent df33532280
commit 7407748b29

View File

@ -232,6 +232,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Sales Partners Commission",
doctype: "Sales Invoice"
},
{
"label":wn._("Customer Account Head"),
route: "query-report/Customer Account Head",
doctype: "Account"
},
]
}
]