parent
96e638b500
commit
a071b674b0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue