mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
rename Profile to User frappe/frappe#470
This commit is contained in:
@@ -47,7 +47,7 @@ class TransactionBase(StatusUpdater):
|
||||
"ref_name": self.doc.name
|
||||
}]
|
||||
|
||||
if frappe.db.exists("Profile", self.doc.contact_by):
|
||||
if frappe.db.exists("User", self.doc.contact_by):
|
||||
event_doclist.append({
|
||||
"doctype": "Event User",
|
||||
"parentfield": "event_individuals",
|
||||
|
||||
Reference in New Issue
Block a user