fix: differency entry journal debit/credit missing (#34104)
* fix: difference entry journal is wrong * fix: difference entry journal is wrong
This commit is contained in:
parent
2a90fad710
commit
183e42af1a
@ -368,6 +368,7 @@ class PaymentReconciliation(Document):
|
|||||||
"exchange_rate": 1,
|
"exchange_rate": 1,
|
||||||
"cost_center": erpnext.get_default_cost_center(self.company),
|
"cost_center": erpnext.get_default_cost_center(self.company),
|
||||||
reverse_dr_or_cr + "_in_account_currency": flt(row.difference_amount),
|
reverse_dr_or_cr + "_in_account_currency": flt(row.difference_amount),
|
||||||
|
reverse_dr_or_cr: flt(row.difference_amount),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user