Обновить custom_subtabs/hooks.py
This commit is contained in:
parent
0eed82a049
commit
79f7ee2830
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue