Fixed issue with yearly interview scheduling page only showing schedule for the presi...
[eq/.git] / setup / tc_config
index a167920a88082d71f7872176ae076d9a9aecc8fd..19849a213839e2efc22b5eb9656edff024cb5d3b 100644 (file)
@@ -33,6 +33,12 @@ $this->time_drop_down_lists = 1;
 // Examples: Monthly=1 Quarterly=3 Yearly=12
 $this->monthly_hometeaching_interview_stats = 3;
 
+// Specify who can hold yearly PPIs
+// 1 = EQ President 
+// 2 = EQ President + Counselors 
+// 3 = EQ President + Counselors + Secretary
+$this->yearly_ppi_interviewer = 2;
+
 // Specify the minute interval increment to use in the time drop down lists
 $this->time_drop_down_list_inc = 15;