[OFBiz] SVN: r4943 - trunk/applications/product/servicedef

jaz at svn.ofbiz.org jaz at svn.ofbiz.org
Tue May 3 09:33:48 EDT 2005


Author: jaz
Date: 2005-05-03 08:33:45 -0500 (Tue, 03 May 2005)
New Revision: 4943

Modified:
   trunk/applications/product/servicedef/services.xml
Log:
fixed bad ordering


Modified: trunk/applications/product/servicedef/services.xml
===================================================================
--- trunk/applications/product/servicedef/services.xml	2005-05-03 08:57:45 UTC (rev 4942)
+++ trunk/applications/product/servicedef/services.xml	2005-05-03 13:33:45 UTC (rev 4943)
@@ -356,11 +356,11 @@
     <service name="addProductToCategories" default-entity-name="ProductCategoryMember" engine="simple"
                 location="org/ofbiz/product/category/CategoryServices.xml" invoke="addProductToCategories" auth="true">
         <description>Add Product To Multiple Categories</description>
-        <attribute name="categories" type="List" mode="IN" optional="false"/>
         <auto-attributes include="pk" mode="IN" optional="false">
             <exclude field-name="productCategoryId"/>
-        </auto-attributes>        
+        </auto-attributes>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
+        <attribute name="categories" type="List" mode="IN" optional="false"/>
         <override name="fromDate" optional="true"/>
     </service>
     <service name="addProductToCategory" default-entity-name="ProductCategoryMember" engine="simple"



More information about the Svn mailing list