Ignore:
Timestamp:
Feb 19, 2010, 1:46:29 AM (14 years ago)
Author:
gav
Message:

Add options div to InventoryItem search view and some minor detailing to other views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryItemDetailed/create.gsp

    r382 r392  
    5151                                    <g:select optionKey="id"
    5252                                                        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}}">
    5455                                    </g:select>
    5556
Note: See TracChangeset for help on using the changeset viewer.