minor fix

This commit is contained in:
Nabin Hait 2016-03-29 18:16:57 +05:30
parent bb8c6de043
commit e8e2d406b5

View File

@ -279,7 +279,7 @@ class AccountsController(TransactionBase):
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