mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 07:52:13 +00:00
fix(Issue): create communication
Ignore permisions and mandatory. Required, for example, when Issue is created by Customer via portal.
(cherry picked from commit 3f1d008741)
This commit is contained in:
@@ -113,8 +113,8 @@ class Issue(Document):
|
|||||||
"reference_name": self.name,
|
"reference_name": self.name,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
communication.ignore_permissions = True
|
communication.flags.ignore_permissions = True
|
||||||
communication.ignore_mandatory = True
|
communication.flags.ignore_mandatory = True
|
||||||
communication.save()
|
communication.save()
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
|
|||||||
Reference in New Issue
Block a user