Changeset 649 for trunk/grails-app/services/InventoryReportService.groovy
- Timestamp:
- Sep 6, 2010, 7:43:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/InventoryReportService.groovy
r564 r649 96 96 result.locationCount = namedParams.locationList.size() 97 97 if(result.locationCount > 0) { 98 namedParams.locationList.sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) } 98 99 result.locations = namedParams.locationList.toString()[1..-2] 99 100 }
Note: See TracChangeset
for help on using the changeset viewer.