- Timestamp:
- Sep 5, 2010, 10:08:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/search.gsp
r635 r644 186 186 187 187 <g:sortableColumn property="unitsInStock" title="In Stock" params="${filterParams}" /> 188 189 <th>Unit</th>190 188 191 189 <th></th> … … 213 211 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' > 214 212 ${fieldValue(bean:inventoryItemInstance, field:'description')} 213 <br /> 214 <br /> 215 Location: ${inventoryItemInstance.inventoryLocation?.encodeAsHTML()} 216 in ${inventoryItemInstance.inventoryLocation?.inventoryStore.encodeAsHTML()}<br /> 215 217 </td> 216 218 … … 221 223 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' > 222 224 ${fieldValue(bean:inventoryItemInstance, field:'unitsInStock')} 223 </td>224 225 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >226 225 ${fieldValue(bean:inventoryItemInstance, field:'unitOfMeasure')} 227 226 </td> … … 316 315 Purchases 317 316 </g:link> 317 <br /> 318 <g:link controller="inventoryItemDetailed" 319 action="reorder"> 320 Reorder 321 </g:link> 318 322 </td> 319 323 </tr>
Note: See TracChangeset
for help on using the changeset viewer.