Author: jacopoc
Date: Thu Nov 8 08:36:45 2007
New Revision: 593223
URL:
http://svn.apache.org/viewvc?rev=593223&view=revLog:
Removed product name from the list of fields returned by the lookup screen: it was not used and was causing problems if the product name contained special characters.
OFBIZ-1133
Modified:
ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?rev=593223&r1=593222&r2=593223&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Thu Nov 8 08:36:45 2007
@@ -54,7 +54,7 @@
</service>
</actions>
<field name="productId" title="${uiLabelMap.ProductProductId}" widget-style="buttontext">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="brandName" title="${uiLabelMap.ProductBrandName}"><display/></field>
<field name="internalName" title="${uiLabelMap.ProductInternalName}"><display/></field>