svn commit: r797116 - /ofbiz/branches/release09.04/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: r797116 - /ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

eckardjf
Author: eckardjf
Date: Thu Jul 23 15:53:14 2009
New Revision: 797116

URL: http://svn.apache.org/viewvc?rev=797116&view=rev
Log:
Applied fix from trunk for revision: 797109

supplier product lookup screen searches were not being constrained by supplier

Modified:
    ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Modified: ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?rev=797116&r1=797115&r2=797116&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Thu Jul 23 15:53:14 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>