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

Updates for ACE courses in monthly UCC reports

parent 7aa759ee
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ foreach ($this->requestData as $requestDatum) {
<h2>Request Type: <?php echo $request->type->name; ?></h2>
<h2>Effective Semester: <?php echo $course->effectiveSemester; ?></h2>
<?php
if ($request->type->name == 'ChangeCourse') {
if (in_array($request->type->name, array('ChangeCourse', 'AddACEAndChangeCourse', ' RemoveACEAndChangeCourse'))) {
$newCourse = $course;
$oldCourse = $course->getParentGeneration(true);
?>
......
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