Author: mor
Date: Wed May 20 18:45:01 2009
New Revision: 776803
URL:
http://svn.apache.org/viewvc?rev=776803&view=revLog:
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"