mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
refactor(test): use party with USD billing currency
(cherry picked from commit beff566c82)
This commit is contained in:
@@ -179,7 +179,7 @@ class TestGeneralLedger(FrappeTestCase):
|
|||||||
{
|
{
|
||||||
"account": account.name,
|
"account": account.name,
|
||||||
"party_type": "Customer",
|
"party_type": "Customer",
|
||||||
"party": "_Test Customer",
|
"party": "_Test Customer USD",
|
||||||
"debit_in_account_currency": 1000,
|
"debit_in_account_currency": 1000,
|
||||||
"credit_in_account_currency": 0,
|
"credit_in_account_currency": 0,
|
||||||
"exchange_rate": 75,
|
"exchange_rate": 75,
|
||||||
|
|||||||
Reference in New Issue
Block a user