style: Linting issues

(cherry picked from commit c4aecb15ce)
This commit is contained in:
Deepesh Garg
2025-06-05 12:48:28 +05:30
committed by Mergify
parent 76c2477d23
commit d3202068d9

View File

@@ -3940,6 +3940,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)
frappe.get_attr(method)(doc, gl_dict)