Changeset 671 for trunk/grails-app/services
- Timestamp:
- Oct 3, 2010, 10:51:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/InventoryReportService.groovy
r670 r671 167 167 168 168 /** 169 * Get the data for the inventory value .169 * Get the data for the inventory value with detail. 170 170 * @param params The request params, may contain params to specify the search. 171 171 * @param locale The locale to use when generating result.message. 172 172 */ 173 def getInventoryValue (params, locale) {173 def getInventoryValueDetailed(params, locale) { 174 174 def result = [:] 175 175 … … 241 241 return result 242 242 243 } // getInventoryValue ByGroupAndType()243 } // getInventoryValueDetailed() 244 244 245 245 } // end class
Note: See TracChangeset
for help on using the changeset viewer.