mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
refactor(test): assert Exc journal when reconciling Journa to invoic
(cherry picked from commit 389cadf157)
This commit is contained in:
@@ -1032,8 +1032,8 @@ class AccountsController(TransactionBase):
|
||||
# "reference_type": self.doctype,
|
||||
# "reference_name": self.name,
|
||||
# "reference_detail_no": arg.idx,
|
||||
reverse_dr_or_cr + "_in_account_currency": abs(arg.get("difference_amount")),
|
||||
reverse_dr_or_cr: abs(arg.get("difference_amount")),
|
||||
reverse_dr_or_cr + "_in_account_currency": 0,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user