mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
committed by
mergify-bot
parent
9c5f8415bf
commit
e135c452af
@@ -3053,7 +3053,7 @@ class TestSalesInvoice(unittest.TestCase):
|
||||
jv.accounts[0].exchange_rate = 70
|
||||
jv.accounts[0].credit_in_account_currency = 100
|
||||
jv.accounts[0].party_type = "Customer"
|
||||
jv.accounts[0].party = "Overseas Customer"
|
||||
jv.accounts[0].party = "_Test Customer USD"
|
||||
|
||||
jv.save()
|
||||
jv.submit()
|
||||
|
||||
Reference in New Issue
Block a user