mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
Merge branch 'develop' into scheduling-ui-rewrite
This commit is contained in:
@@ -51,6 +51,11 @@ def get_data():
|
||||
"name": "Appointment",
|
||||
"description" : _("Helps you manage appointments with your leads"),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Newsletter",
|
||||
"label": _("Newsletter"),
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -170,6 +175,11 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "SMS Settings",
|
||||
"description": _("Setup SMS gateway settings")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"label": _("Email Group"),
|
||||
"name": "Email Group",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user