From 0852ec3a4446cdfe17e24653794bf8bcf7e02c13 Mon Sep 17 00:00:00 2001 From: Away <010109ali@gmail.com> Date: Tue, 1 Apr 2025 10:06:09 +0000 Subject: [PATCH] commented fixtures --- custom_subtabs/hooks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"