Index: branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp
===================================================================
--- branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp	(revision 783)
+++ branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp	(revision 784)
@@ -568,5 +568,5 @@
                                             <th>Assembly</th>
                                             <th>Description</th>
-                                            <th>Reasoning</th>
+                                            <th>Reference</th>
                                         </tr>
                                     </thead>
@@ -580,5 +580,7 @@
 
                                                 <td  valign="top" style="text-align:left;" class="value">
-                                                    ${fieldValue(bean:maintenanceAction, field:'assetSubItem')}
+                                                    ${maintenanceAction.assetSubItem.parentItem?.encodeAsHTML()}
+                                                    --
+                                                    ${maintenanceAction.assetSubItem.encodeAsHTML()}
                                                 </td>
 
