mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
minor fix
This commit is contained in:
@@ -279,7 +279,7 @@ class AccountsController(TransactionBase):
|
|||||||
res = frappe.db.sql("""
|
res = frappe.db.sql("""
|
||||||
select
|
select
|
||||||
t1.name as jv_no, t1.remark, t2.{0} as amount, t2.name as jv_detail_no,
|
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
|
from
|
||||||
`tabJournal Entry` t1, `tabJournal Entry Account` t2
|
`tabJournal Entry` t1, `tabJournal Entry Account` t2
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user