Author: sichen
Date: Tue Aug 29 12:23:16 2006
New Revision: 438168
URL:
http://svn.apache.org/viewvc?rev=438168&view=revLog:
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>