svn commit: r797109 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

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

svn commit: r797109 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

eckardjf
Author: eckardjf
Date: Thu Jul 23 15:42:43 2009
New Revision: 797109

URL: http://svn.apache.org/viewvc?rev=797109&view=rev
Log:
supplier product lookup screen searches were not being constrained by supplier

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=797109&r1=797108&r2=797109&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Thu Jul 23 15:42:43 2009
@@ -66,6 +66,7 @@
     </form>
     <form name="lookupSupplierProduct" target="LookupSupplierProduct" title="" type="single"
         header-row-style="header-row" default-table-style="basic-table">
+        <field name="partyId"><hidden/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}"><text-find/></field>
         <field name="brandName" title="${uiLabelMap.ProductBrandName}"><text-find/></field>
         <field name="internalName" title="${uiLabelMap.ProductInternalName}"><text-find default-option="contains"/></field>