I think this is suppose to fixthe product lookup.
if it is it is not working in release10.4 checked out this month.

jler...@apache.org sent the following on 5/5/2010 1:39 AM:


=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation  
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>

Author: jleroux
Date: Wed May  5 08:39:31 2010
New Revision: 941200

URL: http://svn.apache.org/viewvc?rev=941200&view=rev
Log:
"Applied fix from trunk for revision: 941199"
------------------------------------------------------------------------
r941199 | jleroux | 2010-05-05 10:33:55 +0200 (mer. 05 mai 2010) | 1 ligne

Fix a bug reported by Sharan on user ML
------------------------------------------------------------------------


Modified:
     ofbiz/branches/release10.04/   (props changed)
     
ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May  5 08:39:31 2010
@@ -1,3 +1,3 @@
  /ofbiz/branches/addbirt:831210-885099,885686-886087
  /ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941199

Modified: 
ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941200&r1=941199&r2=941200&view=diff
==============================================================================
--- 
ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl
 (original)
+++ 
ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl
 Wed May  5 08:39:31 2010
@@ -41,7 +41,7 @@ under the License.
      </div>
      <div>
        <label 
for="keywordSearchCategoryId">${uiLabelMap.ProductCategoryId}:</label>
-<@htmlTemplate.lookupField value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" 
formName="keywordsearchform" name="SEARCH_CATEGORY_ID" id="keywordSearchCategoryId" 
fieldFormName="LookupProductCategory"/>
+<@htmlTemplate.lookupField value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" 
formName="keywordsearchform" name="SEARCH_CATEGORY_ID" id="keywordSearchCategoryId" 
fieldFormName="LookupProduct"/>
      </div>
      <div>
        <label 
for="keywordSearchCointains">${uiLabelMap.CommonNoContains}</label>



Reply via email to