Author: hansbak
Date: Mon Apr 19 05:40:46 2010
New Revision: 935455

URL: http://svn.apache.org/viewvc?rev=935455&view=rev
Log:
 fixed error when open export product listing screen in ebaystore component.

Modified:
    
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl

Modified: 
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl?rev=935455&r1=935454&r2=935455&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
 (original)
+++ 
ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/ebayApiKeywordSearch.ftl
 Mon Apr 19 05:40:46 2010
@@ -92,7 +92,7 @@ under the License.
                       </#list>
                     </select>
                   <#else>
-                    <@htmlTemplate.lookupField 
="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" 
formName="productSearchform" name="SEARCH_CATEGORY_ID" id="searchCategoryId" 
fieldFormName="LookupProductCategory"/>
+                    
<@htmlTemplate.lookupField="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" 
formName="productSearchform" name="SEARCH_CATEGORY_ID" id="searchCategoryId" 
fieldFormName="LookupProductCategory"/>
                   </#if>
                 </div>
               </td>


Reply via email to