mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
style: format js files
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
frappe.provide('erpnext');
|
||||
frappe.provide("erpnext");
|
||||
|
||||
// preferred modules for breadcrumbs
|
||||
$.extend(frappe.breadcrumbs.preferred, {
|
||||
"Item Group": "Stock",
|
||||
"Customer Group": "Selling",
|
||||
"Supplier Group": "Buying",
|
||||
"Territory": "Selling",
|
||||
Territory: "Selling",
|
||||
"Sales Person": "Selling",
|
||||
"Sales Partner": "Selling",
|
||||
"Brand": "Stock",
|
||||
Brand: "Stock",
|
||||
"Maintenance Schedule": "Support",
|
||||
"Maintenance Visit": "Support"
|
||||
"Maintenance Visit": "Support",
|
||||
});
|
||||
|
||||
$.extend(frappe.breadcrumbs.module_map, {
|
||||
'ERPNext Integrations': 'Integrations',
|
||||
'Geo': 'Settings',
|
||||
'Portal': 'Website',
|
||||
'Utilities': 'Settings',
|
||||
'E-commerce': 'Website',
|
||||
'Contacts': 'CRM'
|
||||
"ERPNext Integrations": "Integrations",
|
||||
Geo: "Settings",
|
||||
Portal: "Website",
|
||||
Utilities: "Settings",
|
||||
"E-commerce": "Website",
|
||||
Contacts: "CRM",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user