rename Profile to User frappe/frappe#470

This commit is contained in:
Rushabh Mehta
2014-03-11 16:15:05 +05:30
parent c379c78fec
commit 7c932003ed
62 changed files with 196 additions and 196 deletions

View File

@@ -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",