mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Merge pull request #31649 from frappe/mergify/bp/version-13-hotfix/pr-31648
fix: Patch to make accounting dimension in orders (backport #31648)
This commit is contained in:
@@ -33,7 +33,10 @@ def execute():
|
|||||||
"insert_after": insert_after_field,
|
"insert_after": insert_after_field,
|
||||||
}
|
}
|
||||||
|
|
||||||
create_custom_field(doctype, df, ignore_validate=True)
|
try:
|
||||||
frappe.clear_cache(doctype=doctype)
|
create_custom_field(doctype, df, ignore_validate=True)
|
||||||
|
frappe.clear_cache(doctype=doctype)
|
||||||
|
except Exception as e:
|
||||||
|
pass
|
||||||
|
|
||||||
count += 1
|
count += 1
|
||||||
|
|||||||
Reference in New Issue
Block a user