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

    r435 r604  
    132132                                                    value="${fieldValue(bean:inventoryItemInstance,field:'estimatedUnitPriceAmount')}" />
    133133                                    <g:currencySelect name="estimatedUnitPriceCurrency"
    134                                                                         value="${inventoryItemInstance.estimatedUnitPriceCurrency}" />
     134                                                                        value="${inventoryItemInstance?.estimatedUnitPriceCurrency}"
     135                                                                        from="${grailsApplication.config.currencyList}">
     136                                    </g:currencySelect>
    135137                                </td>
    136138                            </tr>
Note: See TracChangeset for help on using the changeset viewer.