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/show.gsp

    r151 r161  
    5858                   
    5959                        <tr class="prop">
     60                            <td valign="top" class="name">Cost Code:</td>
     61                           
     62                            <td valign="top" class="value">${fieldValue(bean:assetInstance, field:'costCode')}</td>
     63                           
     64                        </tr>
     65                   
     66                        <tr class="prop">
    6067                            <td valign="top" class="name">Description:</td>
    6168                           
Note: See TracChangeset for help on using the changeset viewer.