Author: sichen
Date: Tue Aug 1 10:29:38 2006
New Revision: 427655
URL:
http://svn.apache.org/viewvc?rev=427655&view=revLog:
Changed default price purpose on add price form to Purchase/Initial. (I hope this is OK--this seems to be what most people use it for. If not let me know)
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=427655&r1=427654&r2=427655&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 1 10:29:38 2006
@@ -206,7 +206,7 @@
</drop-down>
</field>
<field name="productPricePurposeId" title="${uiLabelMap.CommonPurpose}" widget-style="selectBox">
- <drop-down allow-empty="false">
+ <drop-down allow-empty="false" no-current-selected-key="PURCHASE">
<entity-options entity-name="ProductPricePurpose" description="${description}">
<entity-order-by field-name="description"/>
</entity-options>