Author: jleroux
Date: Wed Mar 23 19:29:10 2011
New Revision: 1084689
URL:
http://svn.apache.org/viewvc?rev=1084689&view=revLog:
Oops, small mistake in r1084671
Modified:
ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1084689&r1=1084688&r2=1084689&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Wed Mar 23 19:29:10 2011
@@ -82,7 +82,6 @@ under the License.
</link>
<link target="ProductBarCode.pdf" target-window="_blank" text="${uiLabelMap.ProductBarcode}" style="buttontext">
<parameter param-name="productId"/>
- <parameter param-name="productName"/>
</link>
<link target="javascript:expandAll(true);" text="${uiLabelMap.CommonExpandAll}" style="buttontext expand-all" url-mode="plain"/>
@@ -1263,7 +1262,7 @@ under the License.
<set field="productId" from-field="parameters.productId"/>
<entity-one entity-name="Product" value-field="product" auto-field-map="true"/>
- <set field="productName" from-field="product.productName" default-value="product.internalName"/>
+ <set field="productName" from-field="product.productName" default-value="${product.internalName}"/>
</actions>
<widgets>
<platform-specific>