fix: breadcrumbs for company
This commit is contained in:
parent
48b0f0da96
commit
be98ee26cd
@ -1,10 +1,5 @@
|
||||
frappe.listview_settings['Company'] = {
|
||||
onload: () => {
|
||||
frappe.breadcrumbs.add({
|
||||
type: 'Custom',
|
||||
module: __('Accounts'),
|
||||
label: __('Accounts'),
|
||||
route: '#modules/Accounts'
|
||||
});
|
||||
}
|
||||
}
|
||||
onload() {
|
||||
frappe.breadcrumbs.add('Accounts');
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user