commented fixtures

This commit is contained in:
Away 2025-04-01 10:06:09 +00:00
parent 4c6c3c3f9e
commit 0852ec3a44
1 changed files with 3 additions and 3 deletions

View File

@ -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"