Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assembly/list.gsp

    r122 r131  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
     26                                <th>Asset Type</th>
     27                           
    2628                                <g:sortableColumn property="description" title="Description" />
    2729                       
     
    3739                       
    3840                            <td><g:link action="show" id="${assemblyInstance.id}">${fieldValue(bean:assemblyInstance, field:'id')}</g:link></td>
     41                       
     42                            <td>${fieldValue(bean:assemblyInstance, field:'assetType')}</td>
    3943                       
    4044                            <td>${fieldValue(bean:assemblyInstance, field:'description')}</td>
Note: See TracChangeset for help on using the changeset viewer.