diff --git a/application/modules/courses/views/scripts/view/course-info.phtml b/application/modules/courses/views/scripts/view/course-info.phtml
index 6ca84afa20acde63953e170fcf66b61f5120b184..c3b9f128ff060aef8506a9da1adefc397f866b86 100644
--- a/application/modules/courses/views/scripts/view/course-info.phtml
+++ b/application/modules/courses/views/scripts/view/course-info.phtml
@@ -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>