Обновить custom_subtabs/hooks.py

This commit is contained in:
ali 2024-12-04 11:10:16 +00:00
parent 0eed82a049
commit 79f7ee2830
1 changed files with 0 additions and 4 deletions

View File

@ -251,8 +251,4 @@ fixtures = [
{"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]}
]
after_migrate = [
"custom_subtabs.patches.add_parent_field.execute"
]
boot_session = "custom_subtabs.custom_subtabs.boot_session_handler"