From c4aecb15ce450df5de60920ee586243b2389d4ce Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 5 Jun 2025 12:48:28 +0530 Subject: [PATCH] style: Linting issues --- erpnext/controllers/accounts_controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py index 421255b392f..23c7a396337 100644 --- a/erpnext/controllers/accounts_controller.py +++ b/erpnext/controllers/accounts_controller.py @@ -4054,6 +4054,7 @@ def validate_einvoice_fields(doc): def update_gl_dict_with_regional_fields(doc, gl_dict): pass + def update_gl_dict_with_app_based_fields(doc, gl_dict): for method in frappe.get_hooks("update_gl_dict_with_app_based_fields", default=[]): - frappe.get_attr(method)(doc, gl_dict) \ No newline at end of file + frappe.get_attr(method)(doc, gl_dict)