Index: trunk/grails-app/domain/InventoryLocation.groovy
===================================================================
--- trunk/grails-app/domain/InventoryLocation.groovy	(revision 388)
+++ trunk/grails-app/domain/InventoryLocation.groovy	(revision 389)
@@ -14,5 +14,5 @@
 
     String toString() {
-        "${this.inventoryStore} -- ${this.name}"
+        "${this.name}"
     }
 }
