From e7546e230572e5cc6c5aae95e6c0228489b3b500 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 28 May 2014 16:25:54 +0530 Subject: [PATCH] SMS Settings added in setup and selling module page. Fixes #1693 --- erpnext/config/selling.py | 5 +++++ erpnext/config/setup.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py index 4d3e059188..bb70ac9607 100644 --- a/erpnext/config/selling.py +++ b/erpnext/config/selling.py @@ -156,6 +156,11 @@ def get_data(): "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 e538de5ab3..66b44e28c5 100644 --- a/erpnext/config/setup.py +++ b/erpnext/config/setup.py @@ -83,6 +83,11 @@ def get_data(): "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") + }, ] }, {