Global Settings in Setup, Sales Master Manager can restrict for Customer
diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py
index abec706..ca2379f 100644
--- a/erpnext/config/setup.py
+++ b/erpnext/config/setup.py
@@ -3,6 +3,19 @@
 
 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",
 		"items": [
diff --git a/erpnext/selling/doctype/customer/customer.txt b/erpnext/selling/doctype/customer/customer.txt
index 2648ab2..56051d5 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