svn commit: r451952 - /incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r451952 - /incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml

jacopoc
Author: jacopoc
Date: Mon Oct  2 03:25:04 2006
New Revision: 451952

URL: http://svn.apache.org/viewvc?view=rev&rev=451952
Log:
Cleaned up service description.

Modified:
    incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml

Modified: incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml?view=diff&rev=451952&r1=451951&r2=451952
==============================================================================
--- incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml (original)
+++ incubator/ofbiz/trunk/applications/product/servicedef/services_cost.xml Mon Oct  2 03:25:04 2006
@@ -56,7 +56,7 @@
     </service>
     <service name="getProductCost" engine="simple" auth="true"
                 location="org/ofbiz/product/cost/CostServices.xml" invoke="getProductCost">
-        <description>Gets the product's costs (from CostComponent or ProductPrice)</description>
+        <description>Gets the product's costs from CostComponent entries</description>
         <attribute mode="IN" name="productId" optional="false" type="String"/>
         <attribute mode="IN" name="currencyUomId" optional="false" type="String"/>
         <attribute mode="IN" name="costComponentTypePrefix" optional="false" type="String"/>