[fix] tree view hooks and patch fix

This commit is contained in:
Rushabh Mehta
2016-06-25 18:30:03 +05:30
parent 8942d1782c
commit 723cd64249
9 changed files with 18 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ on_session_creation = "erpnext.shopping_cart.utils.set_cart_count"
on_logout = "erpnext.shopping_cart.utils.clear_cart_count"
remember_selected = ['Company', 'Cost Center', 'Project']
treeviews = ['Account', 'Cost Center', 'Warehouse', 'Item Group', 'Customer Group', 'Sales Person', 'Territory']
# website
update_website_context = "erpnext.shopping_cart.utils.update_website_context"