Index: trunk/grails-app/views/inventoryItemDetailed/search.gsp
===================================================================
--- trunk/grails-app/views/inventoryItemDetailed/search.gsp	(revision 638)
+++ trunk/grails-app/views/inventoryItemDetailed/search.gsp	(revision 644)
@@ -186,6 +186,4 @@
                             
                                 <g:sortableColumn property="unitsInStock" title="In Stock" params="${filterParams}" />
-                                
-                                <th>Unit</th>
 
                                 <th></th>
@@ -213,4 +211,8 @@
                                 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >
                                     ${fieldValue(bean:inventoryItemInstance, field:'description')}
+                                    <br />
+                                    <br />
+                                    Location: ${inventoryItemInstance.inventoryLocation?.encodeAsHTML()}
+                                    in ${inventoryItemInstance.inventoryLocation?.inventoryStore.encodeAsHTML()}<br />
                                 </td>
                             
@@ -221,7 +223,4 @@
                                 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >
                                     ${fieldValue(bean:inventoryItemInstance, field:'unitsInStock')}
-                                </td>
-                            
-                                <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >
                                     ${fieldValue(bean:inventoryItemInstance, field:'unitOfMeasure')}
                                 </td>
@@ -316,4 +315,9 @@
                                                 Purchases
                                 </g:link>
+                                <br />
+                                <g:link controller="inventoryItemDetailed"
+                                                action="reorder">
+                                                Reorder
+                                </g:link>
                             </td>
                         </tr>
