chore: fix text case failure casued by mergify

This commit is contained in:
Vignesh S
2025-08-12 16:25:59 +05:30
committed by GitHub
parent b3035ec7d4
commit 5eeaaf4757

View File

@@ -3912,7 +3912,7 @@ class TestSalesInvoice(FrappeTestCase):
pe.source_exchange_rate = 85
pe.target_exchange_rate = 1
pe.paid_amount = si.outstanding_amount
pe.received_amount = 85
pe.received_amount = 8500
pe.insert()
pe.submit()