Author: hansbak
Date: Thu Sep 29 14:15:35 2011
New Revision: 1177316
URL:
http://svn.apache.org/viewvc?rev=1177316&view=revLog:
set default currency in quote
Modified:
ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml?rev=1177316&r1=1177315&r2=1177316&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/FieldLookupForms.xml Thu Sep 29 14:15:35 2011
@@ -149,7 +149,7 @@ under the License.
</drop-down>
</field>
<field name="currencyUomId" title="${uiLabelMap.CommonCurrency}">
- <drop-down allow-empty="false" no-current-selected-key="${defaultOrganizationPartyCurrencyUomId}">
+ <drop-down allow-empty="false" no-current-selected-key="${defaultCurrencyUomId}">
<entity-options key-field-name="uomId" description="${description} - ${abbreviation}" entity-name="Uom">
<entity-constraint name="uomTypeId" operator="equals" value="CURRENCY_MEASURE"/>
<entity-order-by field-name="description"/>