mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge pull request #39939 from frappe/mergify/bp/version-14-hotfix/pr-39938
fix(Issue): create communication (backport #39938)
This commit is contained in:
@@ -72,8 +72,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