From bb66b64b943e394c105b73100dd1466ee743affe Mon Sep 17 00:00:00 2001 From: anandbaburajan Date: Thu, 8 Dec 2022 01:35:10 +0530 Subject: [PATCH] chore: styling --- erpnext/assets/doctype/asset/depreciation.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/erpnext/assets/doctype/asset/depreciation.py b/erpnext/assets/doctype/asset/depreciation.py index 4da2b42a1a0..19796692352 100644 --- a/erpnext/assets/doctype/asset/depreciation.py +++ b/erpnext/assets/doctype/asset/depreciation.py @@ -5,9 +5,8 @@ import frappe from frappe import _ 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.user import get_users_with_role from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import ( get_checks_for_pl_and_bs_accounts, @@ -226,9 +225,7 @@ def notify_depr_entry_posting_error_to_account_managers(failed_asset_names): message = ( _("Hi,") + "
" - +_( - "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) + "." )