mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
chore: activate dormant test case in payment request
This commit is contained in:
@@ -788,7 +788,6 @@ class TestPaymentRequest(IntegrationTestCase):
|
|||||||
pr = make_payment_request(dt="Sales Invoice", dn=si.name, mute_email=1)
|
pr = make_payment_request(dt="Sales Invoice", dn=si.name, mute_email=1)
|
||||||
self.assertEqual(pr.grand_total, si.outstanding_amount)
|
self.assertEqual(pr.grand_total, si.outstanding_amount)
|
||||||
|
|
||||||
|
|
||||||
def test_partial_paid_invoice_with_submitted_payment_entry(self):
|
def test_partial_paid_invoice_with_submitted_payment_entry(self):
|
||||||
pi = make_purchase_invoice(currency="INR", qty=1, rate=5000)
|
pi = make_purchase_invoice(currency="INR", qty=1, rate=5000)
|
||||||
pi.save()
|
pi.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user