Changeset 784


Ignore:
Timestamp:
Feb 4, 2011, 9:41:47 PM (13 years ago)
Author:
gav
Message:

Show the assemblies parentItem (machine) in the procedure show tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp

    r780 r784  
    568568                                            <th>Assembly</th>
    569569                                            <th>Description</th>
    570                                             <th>Reasoning</th>
     570                                            <th>Reference</th>
    571571                                        </tr>
    572572                                    </thead>
     
    580580
    581581                                                <td  valign="top" style="text-align:left;" class="value">
    582                                                     ${fieldValue(bean:maintenanceAction, field:'assetSubItem')}
     582                                                    ${maintenanceAction.assetSubItem.parentItem?.encodeAsHTML()}
     583                                                    --
     584                                                    ${maintenanceAction.assetSubItem.encodeAsHTML()}
    583585                                                </td>
    584586
Note: See TracChangeset for help on using the changeset viewer.