mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 12:55:10 +00:00
chore: fix linter
This commit is contained in:
@@ -130,7 +130,9 @@ def get_fiscal_years(
|
||||
else:
|
||||
return ((fy.name, fy.year_start_date, fy.year_end_date),)
|
||||
|
||||
error_msg = _("""{0} {1} is not in any active Fiscal Year""").format(_(label), formatdate(transaction_date))
|
||||
error_msg = _("""{0} {1} is not in any active Fiscal Year""").format(
|
||||
_(label), formatdate(transaction_date)
|
||||
)
|
||||
if company:
|
||||
error_msg = _("""{0} for {1}""").format(error_msg, frappe.bold(company))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user