You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/06/26 09:40:16 UTC

svn commit: r1750241 - /ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml

Author: deepak
Date: Sun Jun 26 09:40:16 2016
New Revision: 1750241

URL: http://svn.apache.org/viewvc?rev=1750241&view=rev
Log:
(OFBIZ-7387) Applied patch jira issue.
===========================================
Product name is showing multiple time on create purchase order
===========================================

Thanks   Avnindra Sharma  and Renuka for your contribution.

Modified:
    ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml?rev=1750241&r1=1750240&r2=1750241&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml Sun Jun 26 09:40:16 2016
@@ -209,6 +209,7 @@ under the License.
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="entityName" value="SupplierProductAndProduct"/>
                 <set field="searchFields" value="[productId, partyId, brandName, internalName]"/>
+                <set field="searchDistinct" value="true" type="Boolean"/>
                 <set field="andCondition" value="${groovy: return org.ofbiz.entity.condition.EntityCondition.makeCondition(org.ofbiz.base.util.UtilMisc.toMap('partyId', parameters.partyId))}"/>
             </actions>
             <widgets>