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/componentItem/list.gsp

    r122 r131  
    3030                                <g:sortableColumn property="name" title="Name" />
    3131                       
     32                                <th>Sub Assembly</th>
     33                           
    3234                        </tr>
    3335                    </thead>
     
    4446                            <td>${fieldValue(bean:componentItemInstance, field:'name')}</td>
    4547                       
     48                            <td>${fieldValue(bean:componentItemInstance, field:'subAssembly')}</td>
     49                       
    4650                        </tr>
    4751                    </g:each>
Note: See TracChangeset for help on using the changeset viewer.