Changeset 620


Ignore:
Timestamp:
Jun 30, 2010, 2:00:20 AM (14 years ago)
Author:
gav
Message:

Show inventory item and comments on purchase search view, part 2.

File:
1 edited

Legend:

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

    r618 r620  
    120120                                        ${fieldValue(bean:purchase, field:'purchaseOrderNumber')}
    121121                                    </td>
    122                                     <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
     122                                    <td style="width:75px;" onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
    123123                                        <g:formatDate date="${purchase.date}" format="EEE, dd-MMM-yyyy"/>
    124124                                    </td>
Note: See TracChangeset for help on using the changeset viewer.