Skip to content
Snippets Groups Projects
Commit 84e4ef66 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix school

parent f846b44f
No related branches found
No related tags found
2 merge requests!5281Alternate fix for assign,!5278fix assign
......@@ -340,6 +340,8 @@ App.Entity.Facilities.Facility = class {
return State.variables.CellBiIDs.length;
case "clinic":
return State.variables.CliniciIDs.length;
case "school":
return State.variables.SchooliIDs.length;
case "club":
return State.variables.ClubiIDs.length;
case "dairy":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment