You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/10/22 10:38:03 UTC

svn commit: r828388 - /ofbiz/trunk/applications/product/servicedef/services.xml

Author: lektran
Date: Thu Oct 22 08:38:03 2009
New Revision: 828388

URL: http://svn.apache.org/viewvc?rev=828388&view=rev
Log:
Fix copy/pasted service description

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

Modified: ofbiz/trunk/applications/product/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services.xml?rev=828388&r1=828387&r2=828388&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Thu Oct 22 08:38:03 2009
@@ -699,7 +699,7 @@
     </service>
     <service name="updateProductToCategory" default-entity-name="ProductCategoryMember" engine="simple"
                 location="component://product/script/org/ofbiz/product/category/CategoryServices.xml" invoke="updateProductToCategory" auth="true">
-        <description>Add Product To Category</description>
+        <description>Update a ProductCategoryMember</description>
         <permission-service service-name="checkCategoryPermissionWithViewPurchaseAllow" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>