mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 15:45:01 +00:00
Merge pull request #3871 from anandpdoshi/append-to-communication
Show Communication in CRM
This commit is contained in:
@@ -31,6 +31,11 @@ def get_data():
|
||||
"name": "Newsletter",
|
||||
"description": _("Newsletters to contacts, leads."),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Communication",
|
||||
"description": _("Record of all communications of type email, phone, chat, visit, etc."),
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -31,6 +31,6 @@ def get_notification_config():
|
||||
"BOM": {"docstatus": 0},
|
||||
"Timesheet": {"docstatus": 0},
|
||||
"Time Log": {"status": "Draft"},
|
||||
"Time Log Batch": {"status": "Draft"},
|
||||
"Time Log Batch": {"status": "Draft"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user