From e135c452aff8d0e5e201cc36927e0fbd90810f23 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 14 Apr 2022 11:10:41 +0530 Subject: [PATCH] test: Update customer (cherry picked from commit 972d9ec5b4b6fee242eea2c11d2323d0bb79f4da) --- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index 15cfc200941..eb18f9d0d23 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -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()