Ignore:
Timestamp:
Jun 21, 2010, 11:01:39 AM (14 years ago)
Author:
gav
Message:

Add custom global setting for currencyList.
Update inventoryItem views to suite.

File:
1 edited

Legend:

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

    r441 r604  
    169169                                                    value="${inventoryItemInstance.estimatedUnitPriceAmount}" />
    170170                                    <g:currencySelect name="estimatedUnitPriceCurrency"
    171                                                                         value="${inventoryItemInstance.estimatedUnitPriceCurrency}" />
     171                                                                        value="${inventoryItemInstance?.estimatedUnitPriceCurrency}"
     172                                                                        from="${grailsApplication.config.currencyList}">
     173                                    </g:currencySelect>
    172174                                </td>
    173175                            </tr>
Note: See TracChangeset for help on using the changeset viewer.