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/edit.gsp

    r382 r392  
    8383                                                        from="${ InventoryLocation.list().sort { p1, p2 -> p1.toString().compareToIgnoreCase(p2.toString()) } }"
    8484                                                        name="inventoryLocation.id"
    85                                                         value="${inventoryItemInstance?.inventoryLocation?.id}" >
     85                                                        value="${inventoryItemInstance?.inventoryLocation?.id}"
     86                                                        optionValue="${{it.name+ ' in ' + it.inventoryStore}}">
    8687                                    </g:select>
    8788                                </td>
Note: See TracChangeset for help on using the changeset viewer.