svn commit: r1234930 - /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: r1234930 - /ofbiz/trunk/applications/order/servicedef/services_return.xml

eckardjf
Author: eckardjf
Date: Mon Jan 23 18:23:17 2012
New Revision: 1234930

URL: http://svn.apache.org/viewvc?rev=1234930&view=rev
Log:
remove returnItemMapKey as a parameter for createReturnItem since it is not used at all by the service

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=1234930&r1=1234929&r2=1234930&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_return.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_return.xml Mon Jan 23 18:23:17 2012
@@ -63,7 +63,6 @@ under the License.
         <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"/>