SMS Settings added in setup and selling module page. Fixes #1693

This commit is contained in:
Nabin Hait 2014-05-28 16:25:54 +05:30
parent ccb9826afd
commit e7546e2305
2 changed files with 10 additions and 0 deletions

View File

@ -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")
},
]
},
{

View File

@ -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")
},
]
},
{