fix: differency entry journal debit/credit missing (#34104)
fix: differency entry journal debit/credit missing (#34104)
* fix: difference entry journal is wrong
* fix: difference entry journal is wrong
(cherry picked from commit 183e42af1a)
Co-authored-by: Alirio Castro <aliriocastro@gmail.com>
This commit is contained in:
@@ -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),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user