mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 14:48:26 +00:00
Ignore mandatory during email pulling
This commit is contained in:
@@ -72,6 +72,7 @@ def add_support_communication(subject, content, sender, docname=None, mail=None)
|
||||
"status": "Open",
|
||||
})])
|
||||
ticket.ignore_permissions = True
|
||||
ticket.ignore_mandatory = True
|
||||
ticket.insert()
|
||||
|
||||
_make(content=content, sender=sender, subject = subject,
|
||||
|
||||
Reference in New Issue
Block a user