fix: Exchange gain and loss on advance jv allocation

(cherry picked from commit 31883b699d)
This commit is contained in:
Deepesh Garg
2022-04-13 20:52:25 +05:30
committed by mergify-bot
parent 46a00d1da6
commit 9c5f8415bf
4 changed files with 63 additions and 2 deletions

View File

@@ -2005,7 +2005,7 @@ def get_advance_journal_entries(
select
"Journal Entry" as reference_type, t1.name as reference_name,
t1.remark as remarks, t2.{0} as amount, t2.name as reference_row,
t2.reference_name as against_order
t2.reference_name as against_order, t2.exchange_rate
from
`tabJournal Entry` t1, `tabJournal Entry Account` t2
where