fix: Failing accounting dimension patch

(cherry picked from commit b14a7b8a5d)
This commit is contained in:
Deepesh Garg
2022-05-12 13:54:47 +05:30
committed by Mergify
parent 5b8c7438cc
commit b13698a1d5

View File

@@ -33,7 +33,7 @@ def execute():
"insert_after": insert_after_field,
}
create_custom_field(doctype, df, ignore_validate=False)
create_custom_field(doctype, df, ignore_validate=True)
frappe.clear_cache(doctype=doctype)
count += 1