commented fixtures
This commit is contained in:
parent
71ded58b0a
commit
4c6c3c3f9e
|
|
@ -242,9 +242,9 @@ app_include_js = "/assets/custom_subtabs/js/custom_subtabs.js"
|
|||
# "Logging DocType Name": 30 # days to retain logs
|
||||
# }
|
||||
|
||||
fixtures = [
|
||||
{"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]}
|
||||
]
|
||||
# fixtures = [
|
||||
# {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]}
|
||||
# ]
|
||||
|
||||
after_migrate = [
|
||||
"custom_subtabs.patches.add_parent_field.add_field_to_docfield_json"
|
||||
|
|
|
|||
Loading…
Reference in New Issue