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

hansbak-2
Author: hansbak
Date: Wed Jul 26 20:49:46 2006
New Revision: 425945

URL: http://svn.apache.org/viewvc?rev=425945&view=rev
Log:
make useTimeUomId madatory on screen to be consistant with the subscription service

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

Modified: incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=425945&r1=425944&r2=425945&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Wed Jul 26 20:49:46 2006
@@ -1092,7 +1092,7 @@
         <field name="fromDate" widget-style="tabletext"><display/></field>
         
         <field name="useTimeUomId" widget-style="selectBox">
-            <drop-down allow-empty="true">
+            <drop-down allow-empty="false">
                 <entity-options entity-name="Uom" description="${description} (${abbreviation})" key-field-name="uomId">
                     <entity-constraint name="uomTypeId" value="TIME_FREQ_MEASURE"/>
                     <entity-order-by field-name="description"/>
@@ -1128,7 +1128,7 @@
         </field>
         
         <field name="useTimeUomId" widget-style="selectBox">
-            <drop-down allow-empty="true">
+            <drop-down allow-empty="false">
                 <entity-options entity-name="Uom" description="${description} (${abbreviation})" key-field-name="uomId">
                     <entity-constraint name="uomTypeId" value="TIME_FREQ_MEASURE"/>
                     <entity-order-by field-name="description"/>