mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Table Field Renaming: code replace, JV and budget distribution renamed
This commit is contained in:
@@ -48,7 +48,7 @@ class TransactionBase(StatusUpdater):
|
||||
})
|
||||
|
||||
if frappe.db.exists("User", self.contact_by):
|
||||
event_doclist.append("event_individuals", {
|
||||
event_doclist.append("users", {
|
||||
"doctype": "Event User",
|
||||
"person": self.contact_by
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user