Changeset 517


Ignore:
Timestamp:
May 1, 2010, 2:39:18 AM (14 years ago)
Author:
gav
Message:

Allow InventoryItemPurchase, invoicePaymentApproved and receivedComplete to be edited.

File:
1 edited

Legend:

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

    r441 r517  
    8989                                </td>
    9090                                <td valign="top" class="value">
    91                                     ${inventoryItemPurchaseInstance?.receivedComplete}
     91                                    <g:checkBox name="receivedComplete" value="${inventoryItemPurchaseInstance?.receivedComplete}" ></g:checkBox>
    9292                                </td>
    9393                            </tr>
     
    9898                                </td>
    9999                                <td valign="top" class="value">
    100                                     ${inventoryItemPurchaseInstance?.invoicePaymentApproved}
     100                                    <g:checkBox name="invoicePaymentApproved" value="${inventoryItemPurchaseInstance?.invoicePaymentApproved}" ></g:checkBox>
    101101                                </td>
    102102                            </tr>
Note: See TracChangeset for help on using the changeset viewer.