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

On new course requests, do not show "Most Recent Action" until submitted.

parent 89908b5d
No related branches found
No related tags found
No related merge requests found
......@@ -126,10 +126,12 @@
<th>Effective Term</th>
<td><?php echo $course->getEffectiveSemesterDescription(); ?></td>
</tr>
<?php if (!in_array($this->request->getType(), array('NewCourse', 'NewCourseWithIS', 'NewCourseWithACE')) || $this->request->getId()) { ?>
<tr>
<th>Most Recent Action</th>
<td><?php echo $this->request->getLastApprovalTime(); ?>
<td><?php echo $this->request->getLastApprovalTime(); ?></td>
</tr>
<?php } ?>
</table>
......
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