svn commit: r1537996 - /ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1537996 - /ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl

jleroux@apache.org
Author: jleroux
Date: Fri Nov  1 17:40:51 2013
New Revision: 1537996

URL: http://svn.apache.org/r1537996
Log:
Fixes a bug reported by  Eric Kingston  at "Sales/Purchase Quote product id auto complete malfunction" https://issues.apache.org/jira/browse/OFBIZ-5379

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl?rev=1537996&r1=1537995&r2=1537996&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/ajaxAutocompleteOptions.ftl Fri Nov  1 17:40:51 2013
@@ -48,7 +48,7 @@ var autocomp = [
                   <#if (key == context.returnField)>
                       <#assign returnField = field/>
                   <#else>
-                      <#assign displayString = displayString + StringUtil.wrapString(field) + " ">
+                      <#assign displayString = displayString + StringUtil.wrapString(field?string) + " ">
                   </#if>
               </#if>
             </#list>