From 4c6c3c3f9e3df9cb7ece4032764726f7293279a8 Mon Sep 17 00:00:00 2001 From: Away <010109ali@gmail.com> Date: Tue, 1 Apr 2025 10:03:15 +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 884494c..bc1cea8 100644 --- a/custom_subtabs/hooks.py +++ b/custom_subtabs/hooks.py @@ -242,9 +242,9 @@ app_include_js = "/assets/custom_subtabs/js/custom_subtabs.js" # "Logging DocType Name": 30 # days to retain logs # } -fixtures = [ - {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]} -] +# fixtures = [ +# {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]} +# ] after_migrate = [ "custom_subtabs.patches.add_parent_field.add_field_to_docfield_json"