Changeset 392 for trunk/grails-app/views/inventoryItemDetailed/create.gsp
- Timestamp:
- Feb 19, 2010, 1:46:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/create.gsp
r382 r392 51 51 <g:select optionKey="id" 52 52 from="${ InventoryLocation.list().sort { p1, p2 -> p1.toString().compareToIgnoreCase(p2.toString()) } }" 53 name="inventoryLocation.id" value="${inventoryItemInstance?.inventoryLocation?.id}" > 53 name="inventoryLocation.id" value="${inventoryItemInstance?.inventoryLocation?.id}" 54 optionValue="${{it.name+ ' in ' + it.inventoryStore}}"> 54 55 </g:select> 55 56
Note: See TracChangeset
for help on using the changeset viewer.