Changeset 125 for trunk/grails-app/domain/StoredItem.groovy
- Timestamp:
- May 4, 2009, 4:49:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/StoredItem.groovy
r116 r125 12 12 13 13 String toString() { 14 "${this.quantity} "14 "${this.quantity} item(s) at ${storeLocation} in ${storeLocation.inventoryStore}" 15 15 } 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.