fix: breadcrumb for company list (#20051)
This commit is contained in:
parent
9078607600
commit
c1b6b4ed35
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'
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user