Author: jleroux
Date: Sat Dec 8 01:11:47 2007
New Revision: 602347
URL: http://svn.apache.org/viewvc?rev=602347&view=rev
Log:
Applied fix from trunk for revision: 601268
Modified:
ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
Modified:
ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml?rev=602347&r1=602346&r2=602347&view=diff
==============================================================================
---
ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
(original)
+++
ofbiz/branches/release4.0/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml
Sat Dec 8 01:11:47 2007
@@ -702,7 +702,7 @@
<set from-field="returnId" field="balanceItemCtx.returnId"/>
<set field="balanceItemCtx.returnItemSeqId" value="_NA_"/>
- <set from-field="availableReturnTotal"
field="balanceItemCtx.amount" />
+ <set from-field="availableReturnTotal"
field="balanceItemCtx.amount" type="Double"/>
<log level="warning" message="Creating a balance adjustment of
[${availableReturnTotal}] for return [${returnId}]"/>
<!-- create the balance adjustment return item -->