Allow table view and hierarchy editing for Organisation branches, closes #28
This commit is contained in:
parent
a5a26f779c
commit
5dbf66defd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user