Ignore:
Timestamp:
Oct 22, 2009, 4:33:25 PM (15 years ago)
Author:
gav
Message:

Add costCode attribute to Asset and regen non-detailed controller and views, adjust detailed views to suite.

File:
1 edited

Legend:

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

    r151 r161  
    2828                                <th>Asset Type</th>
    2929                           
     30                                <g:sortableColumn property="costCode" title="Cost Code" />
     31                       
    3032                                <g:sortableColumn property="description" title="Description" />
    3133                       
    3234                                <g:sortableColumn property="isActive" title="Is Active" />
    3335                       
    34                                 <th>System Section</th>
    35                            
    3636                        </tr>
    3737                    </thead>
     
    4646                            <td>${fieldValue(bean:assetInstance, field:'assetType')}</td>
    4747                       
     48                            <td>${fieldValue(bean:assetInstance, field:'costCode')}</td>
     49                       
    4850                            <td>${fieldValue(bean:assetInstance, field:'description')}</td>
    4951                       
    5052                            <td>${fieldValue(bean:assetInstance, field:'isActive')}</td>
    51                        
    52                             <td>${fieldValue(bean:assetInstance, field:'systemSection')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.