commit | 972d9ec5b4b6fee242eea2c11d2323d0bb79f4da | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Thu Apr 14 11:10:41 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Thu Apr 14 11:10:41 2022 +0530 |
tree | 39631af653464bb1266c329bdd0a1b5a3368c72d | |
parent | 31883b699dc4ae545f0cbad081e47b6cb3c9d84a [diff] |
test: Update customer
diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index 3039fb3..c05c062 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
@@ -3132,7 +3132,7 @@ 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()