Merge pull request #30983 from frappe/mergify/bp/develop/pr-30982
fix: Failing accounting dimension patch (backport #30982)
This commit is contained in:
commit
39fad39540
@ -33,7 +33,7 @@ def execute():
|
|||||||
"insert_after": insert_after_field,
|
"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)
|
frappe.clear_cache(doctype=doctype)
|
||||||
|
|
||||||
count += 1
|
count += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user