Changeset 389 for trunk/grails-app/domain
- Timestamp:
- Feb 18, 2010, 9:29:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryLocation.groovy
r379 r389 14 14 15 15 String toString() { 16 "${this. inventoryStore} -- ${this.name}"16 "${this.name}" 17 17 } 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.