Index: trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp
===================================================================
--- trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp	(revision 617)
+++ trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp	(revision 618)
@@ -82,17 +82,24 @@
                             <tr>
                                 <g:sortableColumn property="purchaseOrderNumber"
-                                                                    title="Order #" params="${filterParams}"  />
+                                                                    title="Order #"
+                                                                    params="${filterParams}"  />
                                 <g:sortableColumn property="date"
-                                                                    title="Date" params="${filterParams}" />
+                                                                    title="Date"
+                                                                    params="${filterParams}" />
+                                <g:sortableColumn property="inventoryItem"
+                                                                    title="Inventory Item"
+                                                                    params="${filterParams}" />
                                 <g:sortableColumn property="costCode"
-                                                                    title="Cost Code" params="${filterParams}" />
+                                                                    title="Cost Code"
+                                                                    params="${filterParams}" />
                                 <g:sortableColumn property="quantity"
-                                                                    title="Quantity" params="${filterParams}" />
+                                                                    title="Quantity"
+                                                                    params="${filterParams}" />
                                 <g:sortableColumn property="orderValueAmount"
-                                                                    title="Order \$" params="${filterParams}" />
-                                <g:sortableColumn property="invoiceNumber"
-                                                                    title="Invoice Number" params="${filterParams}" />
+                                                                    title="Order \$"
+                                                                    params="${filterParams}" />
                                 <g:sortableColumn property="inventoryItemPurchaseType"
-                                                                    title="Type" params="${filterParams}" />
+                                                                    title="Type"
+                                                                    params="${filterParams}" />
                                 <th>
                                     <img  src="${resource(dir:'images/skin',file:'database_go_grey.png')}" alt="Show" title="Show" />
@@ -117,5 +124,13 @@
                                     </td>
                                     <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
-                                        ${fieldValue(bean:purchase, field:'costCode')}
+                                        <b>${fieldValue(bean:purchase, field:'inventoryItem')}</b><br/>
+                                        ${purchase.inventoryItem.description?.encodeAsHTML()}
+                                    </td>
+                                    <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
+                                        <b>${fieldValue(bean:purchase, field:'costCode')}</b><br/>
+                                        <g:if test="${purchase.invoiceNumber}">
+                                            Invoice # ${fieldValue(bean:purchase, field:'invoiceNumber')}<br/>
+                                        </g:if>
+                                        ${fieldValue(bean:purchase, field:'comment')}
                                     </td>
                                     <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
@@ -125,7 +140,4 @@
                                         ${fieldValue(bean:purchase, field:'orderValueAmount')}
                                         ${fieldValue(bean:purchase, field:'orderValueCurrency')}
-                                    </td>
-                                    <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
-                                        ${fieldValue(bean:purchase, field:'invoiceNumber')}
                                     </td>
                                     <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
