refactor(test): filter on document names
(cherry picked from commit 080aa304077548a39678aabc3a33bcf3fb243a02)
This commit is contained in:
parent
8b6eb3599c
commit
5d9f71af95
@ -1379,6 +1379,8 @@ class TestPaymentEntry(FrappeTestCase):
|
||||
pr.party = "_Test Customer"
|
||||
pr.receivable_payable_account = si.debit_to
|
||||
pr.default_advance_account = advance_account
|
||||
pr.payment_name = pe.name
|
||||
pr.invoice_name = si.name
|
||||
pr.get_unreconciled_entries()
|
||||
|
||||
self.assertEqual(len(pr.invoices), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user