Changeset 581


Ignore:
Timestamp:
Jun 8, 2010, 2:49:43 PM (14 years ago)
Author:
gav
Message:

Removed comment field accidentally added to InventoryItemPurchase edit view in r547.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.gsp

    r547 r581  
    141141                            </tr>
    142142                       
    143                             <tr class="prop">
    144                                 <td valign="top" class="name">
    145                                     <label for="comment">Comment:</label>
    146                                 </td>
    147                                 <td valign="top" class="value ${hasErrors(bean:inventoryItemPurchaseInstance,field:'comment','errors')}">
    148                                     <textarea rows="5" cols="40" name="comment">${fieldValue(bean:inventoryItemPurchaseInstance, field:'comment')}</textarea>
    149                                 </td>
    150                             </tr>
    151                        
    152143                        </tbody>
    153144                    </table>
Note: See TracChangeset for help on using the changeset viewer.