commit | e7d153624f2f26c3d24e215d5568272d019d6b21 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 25 16:01:55 2014 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 25 16:01:55 2014 +0530 |
tree | 506dbc5075b2b7d6ee5fa42d2c02be1ca3ebfa5a | |
parent | d8f4984d71a4639a1e63c1603c2815a55dc6096f [diff] [blame] |
Table Field Renaming: code replace, JV and budget distribution renamed
diff --git a/erpnext/utilities/transaction_base.py b/erpnext/utilities/transaction_base.py index 4ba1627..8306eac 100644 --- a/erpnext/utilities/transaction_base.py +++ b/erpnext/utilities/transaction_base.py
@@ -48,7 +48,7 @@ }) if frappe.db.exists("User", self.contact_by): - event_doclist.append("event_individuals", { + event_doclist.append("users", { "doctype": "Event User", "person": self.contact_by })