mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
fix: breadcrumb for company list (#20051)
This commit is contained in:
10
erpnext/setup/doctype/company/company_list.js
Normal file
10
erpnext/setup/doctype/company/company_list.js
Normal file
@@ -0,0 +1,10 @@
|
||||
frappe.listview_settings['Company'] = {
|
||||
onload: () => {
|
||||
frappe.breadcrumbs.add({
|
||||
type: 'Custom',
|
||||
module: __('Accounts'),
|
||||
label: __('Accounts'),
|
||||
route: '#modules/Accounts'
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user