mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
chore: styling
This commit is contained in:
@@ -5,9 +5,8 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.utils import add_months, cint, flt, getdate, nowdate, today
|
from frappe.utils import add_months, cint, flt, getdate, nowdate, today
|
||||||
from frappe.utils.user import get_users_with_role
|
|
||||||
from frappe.utils.data import get_link_to_form
|
from frappe.utils.data import get_link_to_form
|
||||||
|
from frappe.utils.user import get_users_with_role
|
||||||
|
|
||||||
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import (
|
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import (
|
||||||
get_checks_for_pl_and_bs_accounts,
|
get_checks_for_pl_and_bs_accounts,
|
||||||
@@ -226,9 +225,7 @@ def notify_depr_entry_posting_error_to_account_managers(failed_asset_names):
|
|||||||
message = (
|
message = (
|
||||||
_("Hi,")
|
_("Hi,")
|
||||||
+ "<br>"
|
+ "<br>"
|
||||||
+_(
|
+ _("The following assets have failed to post depreciation entries: {0}").format(asset_links)
|
||||||
"The following assets have failed to post depreciation entries: {0}"
|
|
||||||
).format(asset_links)
|
|
||||||
+ "."
|
+ "."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user