svn commit: r795757 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

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

svn commit: r795757 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

apatel-2
Author: apatel
Date: Mon Jul 20 10:51:22 2009
New Revision: 795757

URL: http://svn.apache.org/viewvc?rev=795757&view=rev
Log:
Add OrderQtyIncrement column in ListSupplierProducts form.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=795757&r1=795756&r2=795757&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Mon Jul 20 10:51:22 2009
@@ -860,6 +860,10 @@
             header-link="EditProductSuppliers?productId=${productId}&orderBy=minimumOrderQuantity" header-link-style="buttontext">
             <display/>
         </field>
+        <field name="orderQtyIncrements" title="${uiLabelMap.ProductOrderQtyIncrements}"
+            header-link="EditProductSuppliers?productId=${productId}&amp;orderBy=orderQtyIncrements" header-link-style="buttontext">
+            <display/>
+        </field>
         <field name="supplierPrefOrderId" header-link="EditProductSuppliers?productId=${productId}&amp;orderBy=supplierPrefOrderId" header-link-style="buttontext">
             <display-entity entity-name="SupplierPrefOrder"/>
         </field>