diff --git a/custom_subtabs/hooks.py b/custom_subtabs/hooks.py index bc1cea8..ae64829 100644 --- a/custom_subtabs/hooks.py +++ b/custom_subtabs/hooks.py @@ -246,8 +246,8 @@ app_include_js = "/assets/custom_subtabs/js/custom_subtabs.js" # {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]} # ] -after_migrate = [ - "custom_subtabs.patches.add_parent_field.add_field_to_docfield_json" -] +# after_migrate = [ +# "custom_subtabs.patches.add_parent_field.add_field_to_docfield_json" +# ] boot_session = "custom_subtabs.custom_subtabs.boot_session_handler"