mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
SMS Settings added in setup and selling module page. Fixes #1693
This commit is contained in:
@@ -156,6 +156,11 @@ def get_data():
|
|||||||
"name": "Industry Type",
|
"name": "Industry Type",
|
||||||
"description": _("Track Leads by Industry Type.")
|
"description": _("Track Leads by Industry Type.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "SMS Settings",
|
||||||
|
"description": _("Setup SMS gateway settings")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -83,6 +83,11 @@ def get_data():
|
|||||||
"name": "Jobs Email Settings",
|
"name": "Jobs Email Settings",
|
||||||
"description": _("Setup incoming server for jobs email id. (e.g. jobs@example.com)")
|
"description": _("Setup incoming server for jobs email id. (e.g. jobs@example.com)")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "SMS Settings",
|
||||||
|
"description": _("Setup SMS gateway settings")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user