chore: linting issues
This commit is contained in:
parent
291a499124
commit
5f5d75a0bb
@ -700,10 +700,8 @@ class JournalEntry(AccountsController):
|
|||||||
if no_of_credited_acc > 1 and no_of_debited_acc > 1:
|
if no_of_credited_acc > 1 and no_of_debited_acc > 1:
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
_(
|
_(
|
||||||
"Unable to automatically determine {0} accounts. Set them up in the {1} table if needed.".format(
|
"Unable to automatically determine {0} accounts. Set them up in the {1} table if needed."
|
||||||
frappe.bold("against"), frappe.bold("Accounting Entries")
|
).format(frappe.bold("against"), frappe.bold("Accounting Entries")),
|
||||||
)
|
|
||||||
),
|
|
||||||
alert=True,
|
alert=True,
|
||||||
)
|
)
|
||||||
elif no_of_credited_acc <= 1 and no_of_debited_acc <= 1:
|
elif no_of_credited_acc <= 1 and no_of_debited_acc <= 1:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user