Allow table view and hierarchy editing for Organisation branches, closes #28

This commit is contained in:
Disassembler 2017-10-11 20:19:51 +02:00
parent a5a26f779c
commit 5dbf66defd

View File

@ -593,7 +593,7 @@ def config(settings):
# Enable the use of Organisation Branches # Enable the use of Organisation Branches
settings.org.branches = True settings.org.branches = True
# Show branches as tree rather than as table # Show branches as tree rather than as table
settings.org.branches_tree_view = True #settings.org.branches_tree_view = True
# Make Facility Types Hierarchical # Make Facility Types Hierarchical
settings.org.facility_types_hierarchical = True settings.org.facility_types_hierarchical = True
# Enable the use of Organisation Groups & what their name is # Enable the use of Organisation Groups & what their name is