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

    r151 r160  
    6464                            <tr class="prop">
    6565                                <td valign="top" class="name">
     66                                    <label for="costCode">Cost Code:</label>
     67                                </td>
     68                                <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'costCode','errors')}">
     69                                    <input type="text" id="costCode" name="costCode" value="${fieldValue(bean:assetTypeInstance,field:'costCode')}"/>
     70                                </td>
     71                            </tr>
     72                       
     73                            <tr class="prop">
     74                                <td valign="top" class="name">
    6675                                    <label for="description">Description:</label>
    6776                                </td>
Note: See TracChangeset for help on using the changeset viewer.