Author: lektran
Date: Thu Oct 22 08:38:03 2009
New Revision: 828388
URL:
http://svn.apache.org/viewvc?rev=828388&view=revLog:
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"/>