Index: trunk/grails-app/services/InventoryReportService.groovy
===================================================================
--- trunk/grails-app/services/InventoryReportService.groovy	(revision 670)
+++ trunk/grails-app/services/InventoryReportService.groovy	(revision 671)
@@ -167,9 +167,9 @@
 
     /**
-    * Get the data for the inventory value.
+    * Get the data for the inventory value with detail.
     * @param params The request params, may contain params to specify the search.
     * @param locale The locale to use when generating result.message.
     */
-    def getInventoryValue(params, locale) {
+    def getInventoryValueDetailed(params, locale) {
         def result = [:]
 
@@ -241,5 +241,5 @@
         return result
 
-    } // getInventoryValueByGroupAndType()
+    } // getInventoryValueDetailed()
 
 } // end class
