From d1e4598d226ae598d8a5d381a401c773164f6090 Mon Sep 17 00:00:00 2001 From: Away <010109ali@gmail.com> Date: Tue, 1 Apr 2025 10:09:53 +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 ae64829..bc1cea8 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"