mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
test: Update customer
This commit is contained in:
@@ -3132,7 +3132,7 @@ class TestSalesInvoice(unittest.TestCase):
|
|||||||
jv.accounts[0].exchange_rate = 70
|
jv.accounts[0].exchange_rate = 70
|
||||||
jv.accounts[0].credit_in_account_currency = 100
|
jv.accounts[0].credit_in_account_currency = 100
|
||||||
jv.accounts[0].party_type = "Customer"
|
jv.accounts[0].party_type = "Customer"
|
||||||
jv.accounts[0].party = "Overseas Customer"
|
jv.accounts[0].party = "_Test Customer USD"
|
||||||
|
|
||||||
jv.save()
|
jv.save()
|
||||||
jv.submit()
|
jv.submit()
|
||||||
|
|||||||
Reference in New Issue
Block a user