mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 14:48:26 +00:00
fixed #1454
This commit is contained in:
@@ -81,7 +81,7 @@ class DocType(TransactionBase):
|
||||
"event_type": "Private",
|
||||
"ref_type": self.doc.doctype,
|
||||
"ref_name": self.doc.name
|
||||
}).insert()
|
||||
}).insert(ignore_permissions=1)
|
||||
|
||||
frappe.db.set(self.doc, 'status', 'Submitted')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user