Enable Sahana Data Collection module, related to #62
This commit is contained in:
parent
feea4ccc33
commit
f557e0621e
@ -1142,12 +1142,12 @@ def config(settings):
|
|||||||
restricted = True,
|
restricted = True,
|
||||||
module_type = 5,
|
module_type = 5,
|
||||||
)),
|
)),
|
||||||
#("dc", Storage(
|
("dc", Storage(
|
||||||
# name_nice = T("Data Collection"),
|
name_nice = T("Data Collection"),
|
||||||
# #description = "Data collection tool",
|
#description = "Data collection tool",
|
||||||
# restricted = True,
|
restricted = True,
|
||||||
# module_type = 10
|
module_type = 10
|
||||||
#)),
|
)),
|
||||||
("cr", Storage(
|
("cr", Storage(
|
||||||
name_nice = T("Shelters"),
|
name_nice = T("Shelters"),
|
||||||
#description = "Tracks the location, capacity and breakdown of victims in Shelters",
|
#description = "Tracks the location, capacity and breakdown of victims in Shelters",
|
||||||
|
Loading…
Reference in New Issue
Block a user