svn commit: r659106 - /ofbiz/trunk/applications/order/servicedef/services_return.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r659106 - /ofbiz/trunk/applications/order/servicedef/services_return.xml

bibryam
Author: bibryam
Date: Thu May 22 06:29:05 2008
New Revision: 659106

URL: http://svn.apache.org/viewvc?rev=659106&view=rev
Log:
Trivial bug fix.

Modified:
    ofbiz/trunk/applications/order/servicedef/services_return.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_return.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_return.xml?rev=659106&r1=659105&r2=659106&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_return.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_return.xml Thu May 22 06:29:05 2008
@@ -64,14 +64,14 @@
         <auto-attributes entity-name="ReturnItem" include="all" mode="IN" optional="true">
             <exclude field-name="returnItemSeqId"/>
         </auto-attributes>
+        <attribute name="returnItemMapKey" type="String" mode="IN" optional="true"/>
+        <attribute name="includeAdjustments" type="String" mode="IN" optional="true"/> <!-- The default is "Y": the adjustments associated with the item are included in the return -->
+        <attribute name="returnItemSeqId" type="String" mode="OUT" optional="false"/>
         <override name="returnId" optional="false"/>
         <override name="returnTypeId" optional="false"/>
         <override name="returnItemTypeId" optional="false"/>
         <override name="orderId" optional="false"/>
-        <override name="returnQuantity" optional="false"/>
-        <attribute name="returnItemMapKey" type="String" mode="IN" optional="true"/>
-        <attribute name="includeAdjustments" type="String" mode="IN" optional="true"/> <!-- The default is "Y": the adjustments associated with the item are included in the return -->
-        <attribute name="returnItemSeqId" type="String" mode="OUT" optional="false"/>
+        <override name="returnQuantity" optional="false"/>        
     </service>
     <service name="updateReturnItem" engine="simple" default-entity-name="ReturnItem"
             location="org/ofbiz/order/order/OrderReturnServices.xml" invoke="updateReturnItem">