[OFBiz] SVN: r6646 - trunk/applications/product/webapp/catalog/product

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Wed Feb 1 12:09:07 CST 2006


Author: sichen
Date: 2006-02-01 12:09:04 -0600 (Wed, 01 Feb 2006)
New Revision: 6646

Modified:
   trunk/applications/product/webapp/catalog/product/ProductForms.xml
Log:
Changing the date fields to display in the list of supplier products.

Modified: trunk/applications/product/webapp/catalog/product/ProductForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/product/ProductForms.xml	2006-02-01 17:59:54 UTC (rev 6645)
+++ trunk/applications/product/webapp/catalog/product/ProductForms.xml	2006-02-01 18:09:04 UTC (rev 6646)
@@ -587,8 +587,8 @@
             header-link="EditProductSuppliers?productId=${productId}&orderBy=minimumOrderQuantity" header-link-style="buttontext">
                 <display/>
         </field>
-        <field name="availableFromDate" title="${uiLabelMap.ProductAvailableFromDate}" red-when="after-now"><date-time/></field>
-        <field name="availableThruDate" title="${uiLabelMap.ProductAvailableThruDate}" red-when="after-now"><date-time/></field>
+        <field name="availableFromDate" title="${uiLabelMap.ProductAvailableFromDate}" red-when="after-now"><display/></field>
+        <field name="availableThruDate" title="${uiLabelMap.ProductAvailableThruDate}" red-when="after-now"><display/></field>
         <field name="quantityUomId"><display/></field>
         <field name="lastPrice" widget-area-style="tabletextright"
             header-link="EditProductSuppliers?productId=${productId}&amp;orderBy=lastPrice"  header-link-style="buttontext">



More information about the Svn mailing list