Ignore:
Timestamp:
Jan 21, 2010, 6:45:54 AM (14 years ago)
Author:
gav
Message:

Generate-all for Asset and AssetSubItem.

File:
1 edited

Legend:

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

    r268 r280  
    2929                                <g:sortableColumn property="isActive" title="Is Active" />
    3030                       
    31                                 <th>Asset</th>
    32                            
    3331                                <th>Parent Item</th>
    3432                           
     
    4745                            <td>${fieldValue(bean:assetSubItemInstance, field:'isActive')}</td>
    4846                       
    49                             <td>${fieldValue(bean:assetSubItemInstance, field:'asset')}</td>
    50                        
    5147                            <td>${fieldValue(bean:assetSubItemInstance, field:'parentItem')}</td>
    5248                       
Note: See TracChangeset for help on using the changeset viewer.