made sandbox configurable so that you can show either all visits for the family,...
[eq/.git] / setup / tc_config
index 2c45522df6e4cce99f15c3686bad1d5569e7f128..4bf7b6dc57683b03ed0b0927043c13c1a0b621f7 100644 (file)
@@ -79,4 +79,10 @@ $this->max_num_districts = 4;
 
 // The number of months of home teaching stats to show in the hometeaching sandbox
 $this->sandbox_stats_num_months = 12;
+
+// Show visit stats only for the visits this companionship is accountable for
+// non-zero = true
+// 0 = false
+$this->sandbox_visits_comp_only = 1;
+
 ?>