Default view of BOM is Listview

This commit is contained in:
Nabin Hait
2017-09-11 19:21:37 +05:30
parent 47605cae16
commit e5716e3b1e
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ get_help_messages = "erpnext.utilities.activation.get_help_messages"
on_session_creation = "erpnext.shopping_cart.utils.set_cart_count"
on_logout = "erpnext.shopping_cart.utils.clear_cart_count"
treeviews = ['Account', 'Cost Center', 'Warehouse', 'Item Group', 'Customer Group', 'Sales Person', 'Territory', "BOM"]
treeviews = ['Account', 'Cost Center', 'Warehouse', 'Item Group', 'Customer Group', 'Sales Person', 'Territory']
# website
update_website_context = "erpnext.shopping_cart.utils.update_website_context"