Index: branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp
===================================================================
--- branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp	(revision 793)
+++ branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp	(revision 794)
@@ -602,4 +602,5 @@
                                             <th>Description</th>
                                             <th>Page Ref</th>
+                                            <th>Condition</th>
                                         </tr>
                                     </thead>
@@ -626,4 +627,7 @@
                                                 <td  valign="top" style="text-align:left;" class="value">
                                                     ${fieldValue(bean:maintenanceAction, field:'pageRef')}
+                                                </td>
+
+                                                <td  valign="top" style="text-align:left;" class="value">
                                                 </td>
 
