mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 16:15:02 +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):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user