Author: jacopoc
Date: Thu Mar 25 10:11:16 2010
New Revision: 927326
URL:
http://svn.apache.org/viewvc?rev=927326&view=revLog:
Added missing type attributes to set operations: they were causing the service to fail.
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/olap/FactServices.xml
Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/olap/FactServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/olap/FactServices.xml?rev=927326&r1=927325&r2=927326&view=diff==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/olap/FactServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/olap/FactServices.xml Thu Mar 25 10:11:16 2010
@@ -301,13 +301,13 @@ under the License.
</calculate>-->
<!-- eBay -->
- <set field="fact.eBay" value="7"/>
+ <set field="fact.eBay" value="7" type="BigDecimal"/>
<!-- RRC -->
- <set field="fact.RRC" value="2"/>
+ <set field="fact.RRC" value="2" type="BigDecimal"/>
<!-- Others -->
- <set field="fact.OtherFree" value="5"/>
+ <set field="fact.OtherFree" value="5" type="BigDecimal"/>
<!-- Others -->
<calculate field="fees">
@@ -328,7 +328,7 @@ under the License.
<set field="fact.NBO" from-field="NBO"/>
<!-- CountDate -->
- <set field="fact.CountDate" value="1"/>
+ <set field="fact.CountDate" value="1" type="BigDecimal"/>
<!-- Category -->
<if-not-empty field="orderItem.productId">