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

    r151 r160  
    2626                    <table>
    2727                        <tbody>
     28                       
     29                            <tr class="prop">
     30                                <td valign="top" class="name">
     31                                    <label for="costCode">Cost Code:</label>
     32                                </td>
     33                                <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'costCode','errors')}">
     34                                    <input type="text" id="costCode" name="costCode" value="${fieldValue(bean:assetTypeInstance,field:'costCode')}"/>
     35                                </td>
     36                            </tr>
    2837                       
    2938                            <tr class="prop">
Note: See TracChangeset for help on using the changeset viewer.