- Timestamp:
- Jun 30, 2010, 2:00:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp
r618 r620 120 120 ${fieldValue(bean:purchase, field:'purchaseOrderNumber')} 121 121 </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"'> 123 123 <g:formatDate date="${purchase.date}" format="EEE, dd-MMM-yyyy"/> 124 124 </td>
Note: See TracChangeset
for help on using the changeset viewer.