revert Обновить custom_subtabs/hooks.py
This commit is contained in:
ali 2024-12-04 12:11:22 +00:00
parent 96e638b500
commit a071b674b0
1 changed files with 4 additions and 0 deletions

View File

@ -251,4 +251,8 @@ 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"