mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: breadcrumbs for company
This commit is contained in:
@@ -1,10 +1,5 @@
|
|||||||
frappe.listview_settings['Company'] = {
|
frappe.listview_settings['Company'] = {
|
||||||
onload: () => {
|
onload() {
|
||||||
frappe.breadcrumbs.add({
|
frappe.breadcrumbs.add('Accounts');
|
||||||
type: 'Custom',
|
},
|
||||||
module: __('Accounts'),
|
};
|
||||||
label: __('Accounts'),
|
|
||||||
route: '#modules/Accounts'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user