Merge pull request #25598 from deepeshgarg007/payment_reco_invoice_fix

fix: Invoices not getting fetched during payment reconciliation
This commit is contained in:
Deepesh Garg 2021-05-06 15:49:19 +05:30 committed by GitHub
commit 9dd0a26e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ class PaymentReconciliation(Document):
'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', [])