diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py index abec706342..ca2379fce4 100644 --- a/erpnext/config/setup.py +++ b/erpnext/config/setup.py @@ -2,6 +2,19 @@ from frappe import _ from frappe.widgets.moduleview import get_config data = [ + { + "label": _("Tools"), + "icon": "icon-wrench", + "items": [ + { + "type": "doctype", + "name": "Global Defaults", + "label": _("Global Settings"), + "description": _("Set the Date & Number Formats, Default Currency, Current Fiscal Year, etc."), + "hide_count": True + } + ] + }, { "label": _("Customize"), "icon": "icon-glass", diff --git a/erpnext/selling/doctype/customer/customer.txt b/erpnext/selling/doctype/customer/customer.txt index 2648ab24a3..56051d53c4 100644 --- a/erpnext/selling/doctype/customer/customer.txt +++ b/erpnext/selling/doctype/customer/customer.txt @@ -2,7 +2,7 @@ { "creation": "2013-06-11 14:26:44", "docstatus": 0, - "modified": "2014-02-28 11:39:53", + "modified": "2014-03-03 19:05:58", "modified_by": "Administrator", "owner": "Administrator" }, @@ -363,6 +363,7 @@ "permlevel": 0, "print": 1, "report": 1, + "restrict": 1, "role": "Sales Master Manager", "submit": 0, "write": 1