svn commit: r753131 - /ofbiz/trunk/applications/order/servicedef/services.xml

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

svn commit: r753131 - /ofbiz/trunk/applications/order/servicedef/services.xml

jonesde
Author: jonesde
Date: Fri Mar 13 05:49:37 2009
New Revision: 753131

URL: http://svn.apache.org/viewvc?rev=753131&view=rev
Log:
Fixed commit in rev 752866 which had a duplicate service attribute definition for orderId, changed to a single INOUT attribute

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

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=753131&r1=753130&r2=753131&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Mar 13 05:49:37 2009
@@ -138,8 +138,7 @@
         <attribute name="orderItemAssociations" type="List" mode="IN" optional="true"/>
         <attribute name="orderInternalNotes" type="List" mode="IN" optional="true"/>
         <attribute name="orderNotes" type="List" mode="IN" optional="true"/>
-        <attribute name="orderId" type="String" mode="IN" optional="true"/>
-        <attribute name="orderId" type="String" mode="OUT" optional="false"/>
+        <attribute name="orderId" type="String" mode="INOUT" optional="true"/>
         <attribute name="statusId" type="String" mode="OUT" optional="false"/>
     </service>