mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user