[OFBiz] SVN: r6602 - trunk/applications/order/servicedef
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Fri Jan 27 16:32:27 CST 2006
Author: sichen
Date: 2006-01-27 16:32:23 -0600 (Fri, 27 Jan 2006)
New Revision: 6602
Modified:
trunk/applications/order/servicedef/services_return.xml
Log:
A comment
Modified: trunk/applications/order/servicedef/services_return.xml
===================================================================
--- trunk/applications/order/servicedef/services_return.xml 2006-01-27 20:33:14 UTC (rev 6601)
+++ trunk/applications/order/servicedef/services_return.xml 2006-01-27 22:32:23 UTC (rev 6602)
@@ -163,7 +163,7 @@
<service name="getOrderAvailableReturnedTotal" engine="java"
location="org.ofbiz.order.order.OrderReturnServices" invoke="getOrderAvailableReturnedTotal">
- <description>Get the total amount of all returns for an order</description>
+ <description>Get the total amount of all returns for an order: orderTotal, returnTotal - totals so far. availableReturnTotal = orderTotal - returnTotal - adjustment. Used for checking if the return total has gone over the order total.</description>
<attribute name="orderId" type="String" mode="IN" optional="false"/>
<attribute name="adjustment" type="Double" mode="IN" optional="true"/>
<attribute name="orderTotal" type="Double" mode="OUT" optional="false"/>
More information about the Svn
mailing list