diff --git a/application/modules/iace/views/scripts/reports/through-date.phtml b/application/modules/iace/views/scripts/reports/through-date.phtml
index 35a87cdc04d93de73889cefb29ff2b814b2b7008..74896450ff716c31e0dd83cf57ea02d485e0de41 100644
--- a/application/modules/iace/views/scripts/reports/through-date.phtml
+++ b/application/modules/iace/views/scripts/reports/through-date.phtml
@@ -11,24 +11,25 @@
 <table>
     <tr>
         <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
-        <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
         <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
+        <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
         <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
     </tr>
     <?php foreach ($this->data as $record) { ?>
     <tr <?php if ($rowCount++ % 2) { ?>class="even"<?php } ?>>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getSlo(); ?></td>
+                <?php echo $record->getSlo(); ?>
             </a>
+        </td>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getCourseCode(); ?>
+                <?php echo $record->getCollege(); ?>
             </a>
         </td>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getCollege(); ?>
+                <?php echo $record->getCourseCode(); ?>
             </a>
         </td>
         <td>
diff --git a/application/modules/iace/views/scripts/reports/weekly.phtml b/application/modules/iace/views/scripts/reports/weekly.phtml
index 92d14b0fce851c4fa605586dc6af3c86a75288f0..e0315686cd87aabf7b1df9526ee95500048385a5 100644
--- a/application/modules/iace/views/scripts/reports/weekly.phtml
+++ b/application/modules/iace/views/scripts/reports/weekly.phtml
@@ -11,8 +11,8 @@
 <table>
 	<tr>
         <th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
-        <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
         <th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
+        <th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
         <th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
         <th><a href="<?php echo $this->url(array('sort' => 'finalizeTime')); ?>">Certified</a></th>
 	</tr>
@@ -20,16 +20,17 @@
     <tr <?php if ($rowCount++ % 2) { ?>class="even"<?php } ?>>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getSlo(); ?></td>
+                <?php echo $record->getSlo(); ?>
             </a>
+        </td>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getCourseCode(); ?>
+                <?php echo $record->getCollege(); ?>
             </a>
         </td>
         <td>
             <a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
-                <?php echo $record->getCollege(); ?>
+                <?php echo $record->getCourseCode(); ?>
             </a>
         </td>
         <td>