Ignore:
Timestamp:
Oct 22, 2009, 8:23:14 AM (15 years ago)
Author:
gav
Message:

Add costCode attribute to AssetType? and regen controller and views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assetType/show.gsp

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