Skip to content

Commit

Permalink
fix: cr/dr note should be posted for exc gain/loss
Browse files Browse the repository at this point in the history
(cherry picked from commit 9554322)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Aug 14, 2023
1 parent 09e9b16 commit 349601b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ def get_difference_row(inv):
inv.difference_amount,
dr_or_cr,
reverse_dr_or_cr,
inv.against_voucher_type,
inv.against_voucher,
None,
inv.voucher_type,
inv.voucher_no,
None,
inv.against_voucher_type,
inv.against_voucher,
None,
)

0 comments on commit 349601b

Please sign in to comment.