You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/05/20 20:45:02 UTC

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

Author: mor
Date: Wed May 20 18:45:01 2009
New Revision: 776803

URL: http://svn.apache.org/viewvc?rev=776803&view=rev
Log:
These attribute on findOrders service should be just IN and not OUT

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=776803&r1=776802&r2=776803&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Wed May 20 18:45:01 2009
@@ -820,8 +820,8 @@
         <attribute name="orderListSize" type="Integer" mode="OUT" optional="false"/>
 
         <!-- ship to country fields -->
-        <attribute name="country" type="String" mode="INOUT" optional="true"/>
-        <attribute name="includeCountry" type="String" mode="INOUT" optional="true"/>
+        <attribute name="country" type="String" mode="IN" optional="true"/>
+        <attribute name="includeCountry" type="String" mode="IN" optional="true"/>
     </service>
 
     <service name="checkOrderIsOnBackOrder" engine="simple" auth="false"