[OFBiz] SVN: r6915 - trunk/applications/product/widget/catalog
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Fri Mar 3 14:35:29 CST 2006
Author: sichen
Date: 2006-03-03 14:35:25 -0600 (Fri, 03 Mar 2006)
New Revision: 6915
Modified:
trunk/applications/product/widget/catalog/ProductScreens.xml
Log:
OFBIZ-700: In EditProductSuppliers screen the default currency was USD and not the default currency define in general properties. Thanks to Malin Nicolas.
Modified: trunk/applications/product/widget/catalog/ProductScreens.xml
===================================================================
--- trunk/applications/product/widget/catalog/ProductScreens.xml 2006-03-03 19:17:15 UTC (rev 6914)
+++ trunk/applications/product/widget/catalog/ProductScreens.xml 2006-03-03 20:35:25 UTC (rev 6915)
@@ -548,7 +548,7 @@
<set field="tabButtonItem" value="EditSupplierProduct"/>
<set field="labelTitleProperty" value="ProductSuppliers"/>
- <set field="defaultCurrencyUomId" value="USD"/>
+ <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
<set field="productId" from-field="parameters.productId"/>
<set field="orderBy" from-field="parameters.orderBy" default-value="partyId"/>
More information about the Svn
mailing list