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

mor-2
Author: mor
Date: Wed May 20 18:46:31 2009
New Revision: 776804

URL: http://svn.apache.org/viewvc?rev=776804&view=rev
Log:
Just put the attributes in right order

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=776804&r1=776803&r2=776804&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Wed May 20 18:46:31 2009
@@ -798,6 +798,10 @@
         <attribute name="filterPOsWithRejectedItems" type="String" mode="IN" optional="true"/>
         <attribute name="filterPOsOpenPastTheirETA" type="String" mode="IN" optional="true"/>
         <attribute name="filterPartiallyReceivedPOs" type="String" mode="IN" optional="true"/>
+        
+        <!-- ship to country fields -->
+        <attribute name="country" type="String" mode="IN" optional="true"/>
+        <attribute name="includeCountry" type="String" mode="IN" optional="true"/>        
 
         <!-- view and page fields -->
         <attribute name="viewIndex" type="Integer" mode="INOUT" optional="false"/>
@@ -818,10 +822,6 @@
         <attribute name="paramList" type="String" mode="OUT" optional="false"/>
         <attribute name="orderList" type="List" mode="OUT" optional="false"/>
         <attribute name="orderListSize" type="Integer" mode="OUT" optional="false"/>
-
-        <!-- ship to country fields -->
-        <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"