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

@@ -2,7 +2,7 @@
{
"creation": "2013-05-24 14:24:48",
"docstatus": 0,
"modified": "2013-12-20 19:23:22",
"modified": "2013-12-20 19:23:23",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -32,7 +32,7 @@
"fieldname": "user",
"fieldtype": "Link",
"label": "User",
"options": "Profile",
"options": "User",
"reqd": 1
},
{

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