SMS Settings added in setup and selling module page. Fixes #1693
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py
index 4d3e059..bb70ac9 100644
--- a/erpnext/config/selling.py
+++ b/erpnext/config/selling.py
@@ -156,6 +156,11 @@
 					"name": "Industry Type",
 					"description": _("Track Leads by Industry Type.")
 				},
+				{
+					"type": "doctype",
+					"name": "SMS Settings",
+					"description": _("Setup SMS gateway settings")
+				},
 			]
 		},
 		{
diff --git a/erpnext/config/setup.py b/erpnext/config/setup.py
index e538de5..66b44e2 100644
--- a/erpnext/config/setup.py
+++ b/erpnext/config/setup.py
@@ -83,6 +83,11 @@
 					"name": "Jobs Email Settings",
 					"description": _("Setup incoming server for jobs email id. (e.g. jobs@example.com)")
 				},
+				{
+					"type": "doctype",
+					"name": "SMS Settings",
+					"description": _("Setup SMS gateway settings")
+				},
 			]
 		},
 		{