Merge pull request #48148 from ruthra-kumar/fix_dormant_test_in_payment_request

chore: activate dormant test case in payment request
This commit is contained in:
ruthra kumar
2025-06-23 11:46:42 +05:30
committed by GitHub

View File

@@ -788,7 +788,6 @@ class TestPaymentRequest(IntegrationTestCase):
pr = make_payment_request(dt="Sales Invoice", dn=si.name, mute_email=1)
self.assertEqual(pr.grand_total, si.outstanding_amount)
def test_partial_paid_invoice_with_submitted_payment_entry(self):
pi = make_purchase_invoice(currency="INR", qty=1, rate=5000)
pi.save()