removed fixtures
This commit is contained in:
parent
0ee3d6d965
commit
4c81f35300
|
|
@ -28,11 +28,6 @@ doctype_js = {
|
||||||
"Formula Editor": "formula_editor/doctype/formula_editor/formula_editor_main.js",
|
"Formula Editor": "formula_editor/doctype/formula_editor/formula_editor_main.js",
|
||||||
}
|
}
|
||||||
|
|
||||||
fixtures = [
|
|
||||||
{
|
|
||||||
"doctype": "Formula Editor"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
# include js in doctype list views
|
# include js in doctype list views
|
||||||
# doctype_list_js = {"doctype" : "public/js/doctype_list.js"}
|
# doctype_list_js = {"doctype" : "public/js/doctype_list.js"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue