chore: linter
This commit is contained in:
parent
3a1c923e76
commit
b061ea4cd2
@ -1466,9 +1466,7 @@ class AccountsController(TransactionBase):
|
|||||||
if not party_gle_currency and (party_account_currency != self.currency):
|
if not party_gle_currency and (party_account_currency != self.currency):
|
||||||
frappe.throw(
|
frappe.throw(
|
||||||
_("Party Account {0} currency ({1}) and document currency ({2}) should be same").format(
|
_("Party Account {0} currency ({1}) and document currency ({2}) should be same").format(
|
||||||
frappe.bold(party_account),
|
frappe.bold(party_account), party_account_currency, self.currency
|
||||||
party_account_currency,
|
|
||||||
self.currency
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user