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