From 5dbf66defd62a8c9567c2cefaa41fc93f89ffe5e Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 11 Oct 2017 20:19:51 +0200 Subject: [PATCH] Allow table view and hierarchy editing for Organisation branches, closes #28 --- .../applications/eden/modules/templates/Spotter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py index 2835688..f533525 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py @@ -593,7 +593,7 @@ def config(settings): # Enable the use of Organisation Branches settings.org.branches = True # Show branches as tree rather than as table - settings.org.branches_tree_view = True + #settings.org.branches_tree_view = True # Make Facility Types Hierarchical settings.org.facility_types_hierarchical = True # Enable the use of Organisation Groups & what their name is