Ignore:
Timestamp:
Jun 21, 2010, 12:23:21 PM (14 years ago)
Author:
gav
Message:

Domain change, several changes to InventoryItemPurchase.
Update views and logic to suite.

File:
1 edited

Legend:

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

    r595 r605  
    448448                                            <g:sortableColumn action="show" property="purchaseOrderNumber"
    449449                                                                                title="Order #" params="[paginate: 'purchases']"  />
    450                                             <g:sortableColumn action="show"  property="dateEntered"
     450                                            <g:sortableColumn action="show"  property="date"
    451451                                                                                title="Date" params="[paginate: 'purchases']" />
    452452                                            <g:sortableColumn action="show"  property="costCode"
     
    479479                                                </td>
    480480                                                <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}"'>
    481                                                     <g:formatDate date="${purchase.dateEntered}" format="EEE, dd-MMM-yyyy"/>
     481                                                    <g:formatDate date="${purchase.date}" format="EEE, dd-MMM-yyyy"/>
    482482                                                </td>
    483483                                                <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}"'>
Note: See TracChangeset for help on using the changeset viewer.