Skip to content
Snippets Groups Projects
Commit 943c2868 authored by Tim Steiner's avatar Tim Steiner
Browse files

Filter internal UCC ACE Facilitator decisions from the UCC monthly summary report.

parent aee41790
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,10 @@ class Ucc_ReportsController extends App_Controller_Action
$voteResult = $this->_tallyVotes($votes, $startDate, $endDate, $approvalAction->getVotesToTable());
}
if (in_array($voteResult, array('UCC Queue'))) {
continue;
}
$data[] = new Unl_Model_Array(array(
'time' => $time->getTimestamp(),
'college' => $originalCourse->getCollege(),
......
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