commit | e8e2d406b545c0aeaa57ce7e8af331763060ec36 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 29 18:16:57 2016 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 29 18:17:03 2016 +0530 |
tree | bdfe0253d55d75c73905833237dd25ec97f615ad | |
parent | bb8c6de0433a9aa06d46384b374db2b08cecec6f [diff] |
minor fix
diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py index 3ab22c5..83155f1 100644 --- a/erpnext/controllers/accounts_controller.py +++ b/erpnext/controllers/accounts_controller.py
@@ -279,7 +279,7 @@ res = frappe.db.sql(""" select t1.name as jv_no, t1.remark, t2.{0} as amount, t2.name as jv_detail_no, - reference_name as against_order + t2.reference_name as against_order from `tabJournal Entry` t1, `tabJournal Entry Account` t2 where