fix: Test cases

This commit is contained in:
Deepesh Garg 2020-03-30 15:05:20 +05:30
parent 1a2cf5cabe
commit 56bc36f9e2

View File

@ -282,8 +282,7 @@ def validate_party_gle_currency(party_type, party, company, party_account_curren
if existing_gle_currency and party_account_currency != existing_gle_currency:
frappe.throw(_("{0} {1} has accounting entries in currency {2} for company {3}. Please select a receivable or payable account with currency {2}.")
.format(frappe.bold(party_type), frappe.bold(party), frappe.bold(existing_gle_currency), frappe.bold(company)))
.format(frappe.bold(party_type), frappe.bold(party), frappe.bold(existing_gle_currency), frappe.bold(company)), InvalidAccountCurrency)
def validate_party_accounts(doc):
companies = []