Ignore:
Timestamp:
Oct 3, 2010, 10:51:52 PM (14 years ago)
Author:
gav
Message:

Rename Inventory Value report to Inventory Detailed Value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/InventoryReportService.groovy

    r670 r671  
    167167
    168168    /**
    169     * Get the data for the inventory value.
     169    * Get the data for the inventory value with detail.
    170170    * @param params The request params, may contain params to specify the search.
    171171    * @param locale The locale to use when generating result.message.
    172172    */
    173     def getInventoryValue(params, locale) {
     173    def getInventoryValueDetailed(params, locale) {
    174174        def result = [:]
    175175
     
    241241        return result
    242242
    243     } // getInventoryValueByGroupAndType()
     243    } // getInventoryValueDetailed()
    244244
    245245} // end class
Note: See TracChangeset for help on using the changeset viewer.