fix: Invoices not fetch during payment reconciliation

This commit is contained in:
Deepesh Garg 2021-05-05 20:57:31 +05:30
parent 8be414873b
commit 85b675a554

View File

@ -114,7 +114,7 @@ class PaymentReconciliation(Document):
'party_type': self.party_type, 'party_type': self.party_type,
'voucher_type': voucher_type, 'voucher_type': voucher_type,
'account': self.receivable_payable_account 'account': self.receivable_payable_account
}, as_dict=1, debug=1) }, as_dict=1)
def add_payment_entries(self, entries): def add_payment_entries(self, entries):
self.set('payments', []) self.set('payments', [])