mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
chore: fix text case failure casued by mergify
This commit is contained in:
@@ -3912,7 +3912,7 @@ class TestSalesInvoice(FrappeTestCase):
|
|||||||
pe.source_exchange_rate = 85
|
pe.source_exchange_rate = 85
|
||||||
pe.target_exchange_rate = 1
|
pe.target_exchange_rate = 1
|
||||||
pe.paid_amount = si.outstanding_amount
|
pe.paid_amount = si.outstanding_amount
|
||||||
pe.received_amount = 85
|
pe.received_amount = 8500
|
||||||
pe.insert()
|
pe.insert()
|
||||||
pe.submit()
|
pe.submit()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user