commit | 9dd0a26e923c7884376a14f2fdd7a43858ac64cd | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu May 06 15:49:19 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu May 06 15:49:19 2021 +0530 |
tree | c88351c48d4f3e8bf7559688bb974525baaa486a | |
parent | 7ed531611bf685e12a7e3be81eff1f3f6df2008c [diff] | |
parent | 85b675a554cfcdf78cfa5255e0a12e06e7e02e44 [diff] |
Merge pull request #25598 from deepeshgarg007/payment_reco_invoice_fix fix: Invoices not getting fetched during payment reconciliation
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py index cf6ec18..6635128 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
@@ -114,7 +114,7 @@ 'party_type': self.party_type, 'voucher_type': voucher_type, 'account': self.receivable_payable_account - }, as_dict=1, debug=1) + }, as_dict=1) def add_payment_entries(self, entries): self.set('payments', [])