Index: trunk/grails-app/services/InventoryReportService.groovy
===================================================================
--- trunk/grails-app/services/InventoryReportService.groovy	(revision 648)
+++ trunk/grails-app/services/InventoryReportService.groovy	(revision 649)
@@ -96,4 +96,5 @@
         result.locationCount = namedParams.locationList.size()
         if(result.locationCount > 0) {
+            namedParams.locationList.sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }
             result.locations = namedParams.locationList.toString()[1..-2]
         }
