mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
customer account head report link added in accounts home page
This commit is contained in:
@@ -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"
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user