mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-08 15:51:19 +00:00
style: Linting issues
This commit is contained in:
@@ -4054,6 +4054,7 @@ def validate_einvoice_fields(doc):
|
|||||||
def update_gl_dict_with_regional_fields(doc, gl_dict):
|
def update_gl_dict_with_regional_fields(doc, gl_dict):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def update_gl_dict_with_app_based_fields(doc, gl_dict):
|
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=[]):
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user