chore: linting issues

This commit is contained in:
Gursheen Anand 2023-11-08 11:19:45 +05:30
parent 291a499124
commit 5f5d75a0bb

View File

@ -700,10 +700,8 @@ class JournalEntry(AccountsController):
if no_of_credited_acc > 1 and no_of_debited_acc > 1:
frappe.msgprint(
_(
"Unable to automatically determine {0} accounts. Set them up in the {1} table if needed.".format(
frappe.bold("against"), frappe.bold("Accounting Entries")
)
),
"Unable to automatically determine {0} accounts. Set them up in the {1} table if needed."
).format(frappe.bold("against"), frappe.bold("Accounting Entries")),
alert=True,
)
elif no_of_credited_acc <= 1 and no_of_debited_acc <= 1: