You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/08/29 21:23:17 UTC

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

Author: sichen
Date: Tue Aug 29 12:23:16 2006
New Revision: 438168

URL: http://svn.apache.org/viewvc?rev=438168&view=rev
Log:
Made the default product price type DEFAULT PRICE when entering new prices

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=438168&r1=438167&r2=438168&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Tue Aug 29 12:23:16 2006
@@ -200,7 +200,7 @@
         <auto-fields-service service-name="createProductPrice"/>
         <field name="productId"><hidden/></field>
         <field name="productPriceTypeId" title="${uiLabelMap.ProductPriceType}" widget-style="selectBox">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="false" no-current-selected-key="DEFAULT_PRICE">
                 <entity-options entity-name="ProductPriceType" description="${description}">
                     <entity-order-by field-name="description"/>
                 </entity-options>