chore: linter

(cherry picked from commit b061ea4cd2)
This commit is contained in:
Devin Slauenwhite
2022-06-02 14:23:54 -04:00
committed by Mergify
parent ef22337a9b
commit f4a4dacb22

View File

@@ -1464,9 +1464,7 @@ class AccountsController(TransactionBase):
if not party_gle_currency and (party_account_currency != self.currency):
frappe.throw(
_("Party Account {0} currency ({1}) and document currency ({2}) should be same").format(
frappe.bold(party_account),
party_account_currency,
self.currency
frappe.bold(party_account), party_account_currency, self.currency
)
)