Skip to content

Commit

Permalink
chore: Typo in payment reconciliation (frappe#33686)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 authored Jan 17, 2023
1 parent 66ae807 commit 0639d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def make_difference_entry(self, row):
)

# 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(
Expand Down

0 comments on commit 0639d9e

Please sign in to comment.