diff --git a/application/views/my_home.xhtml b/application/views/my_home.xhtml index 1631d1d866ab4bf86e9c368b40b21ab34a1f8f07..3a44513e5c9f34e36558bfd740226b7200f3b53b 100644 --- a/application/views/my_home.xhtml +++ b/application/views/my_home.xhtml @@ -42,7 +42,8 @@ <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>> <td><input type="checkbox" /></td> <td><?php echo $request->getCourseGeneration()->subject . ' ' - . $request->getCourseGeneration()->courseNumber; ?></td> + . $request->getCourseGeneration()->courseNumber + . $request->getCourseGeneration()->courseLetter; ?></td> <td>NONC</td> <td><?php echo $request->type; ?></td> <td><select><option>Submission</option></select></td> @@ -87,7 +88,8 @@ <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>> <td><input type="checkbox" /></td> <td><?php echo $request->getCourseGeneration()->subject . ' ' - . $request->getCourseGeneration()->courseNumber; ?></td> + . $request->getCourseGeneration()->courseNumber + . $request->getCourseGeneration()->courseLetter; ?></td> <td>NONC</td> <td><?php echo $request->type; ?></td> <td><select><option>Submission</option></select></td>