Author: jacopoc
Date: Thu Nov 8 01:46:53 2007
New Revision: 593096
URL:
http://svn.apache.org/viewvc?rev=593096&view=revLog:
Improved field description to avoid confusion on the meaning of the field: the custom price should only be used for per-unit prices. It is not intended as some sort of an alternative to adjustments or something.
Modified:
ofbiz/trunk/applications/product/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=593096&r1=593095&r2=593096&view=diff==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Thu Nov 8 01:46:53 2007
@@ -1725,7 +1725,7 @@
<field name="thruDate" type="date-time"></field>
<field name="price" type="currency-precise"></field>
<field name="termUomId" type="id"><description>mainly used for recurring and usage prices to specify a time/freq measure, or a usage unit measure (bits, minutes, etc)</description></field>
- <field name="customPriceCalcService" type="id"><description>used to specify an external service for the price calculation</description></field>
+ <field name="customPriceCalcService" type="id"><description>used to specify an external service for the calculation of the unit price of the product</description></field>
<field name="createdDate" type="date-time"></field>
<field name="createdByUserLogin" type="id-vlong"></field>
<field name="lastModifiedDate" type="date-time"></field>