mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +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",
|
route: "query-report/Sales Partners Commission",
|
||||||
doctype: "Sales Invoice"
|
doctype: "Sales Invoice"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label":wn._("Customer Account Head"),
|
||||||
|
route: "query-report/Customer Account Head",
|
||||||
|
doctype: "Account"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user