mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge branch 'develop' into dev_fix_bug_from_78b438f6
This commit is contained in:
@@ -334,7 +334,7 @@ class PaymentReconciliation(Document):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Account Currency has balance
|
# 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"
|
reverse_dr_or_cr = "debit" if dr_or_cr == "credit" else "credit"
|
||||||
|
|
||||||
journal_account = frappe._dict(
|
journal_account = frappe._dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user