commit | 0639d9e32a4bea0d60b85e367837dc88528b770a | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jan 17 08:06:30 2023 +0530 |
committer | GitHub <noreply@github.com> | Tue Jan 17 08:06:30 2023 +0530 |
tree | 3c48bb0d2c7f164d9106aadd9a8d1e3d7811163c | |
parent | 66ae807a26d71acf07d867449f96fbd0fd2861d8 [diff] |
chore: Typo in payment reconciliation (#33686)
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py index 13712ce..12c0b7a 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
@@ -334,7 +334,7 @@ ) # Account Currency has balance - dr_or_cr = "debit" if self.party_type == "Customer" else "debit" + dr_or_cr = "debit" if self.party_type == "Customer" else "credit" reverse_dr_or_cr = "debit" if dr_or_cr == "credit" else "credit" journal_account = frappe._dict(