diff --git a/accounts/page/accounts_home/accounts_home.js b/accounts/page/accounts_home/accounts_home.js index 25ee92c397f..f187a54cdc6 100644 --- a/accounts/page/accounts_home/accounts_home.js +++ b/accounts/page/accounts_home/accounts_home.js @@ -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" + }, ] } ]