svn commit: r1165177 - /ofbiz/trunk/applications/product/widget/catalog/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: r1165177 - /ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml

hansbak-2
Author: hansbak
Date: Mon Sep  5 05:58:41 2011
New Revision: 1165177

URL: http://svn.apache.org/viewvc?rev=1165177&view=rev
Log:
add product type to the catalog product list

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

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml?rev=1165177&r1=1165176&r2=1165177&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductForms.xml Mon Sep  5 05:58:41 2011
@@ -47,7 +47,7 @@ under the License.
                 <parameter param-name="productId"/>
             </hyperlink>
         </field>
-
+        <field name="productTypeId" sort-field="true"><display-entity entity-name="ProductType" description="${description}"/></field>
         <field name="internalName" sort-field="true"><display/></field>
         <field name="brandName" sort-field="true"><display/></field>
         <field name="productName" sort-field="true"><display/></field>