Changeset 146 for trunk/grails-app/domain/StoredItem.groovy
- Timestamp:
- Oct 5, 2009, 7:02:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/StoredItem.groovy
r125 r146 8 8 9 9 static constraints = { 10 quantity(min Size:0)10 quantity(min:0) 11 11 } 12 12
Note: See TracChangeset
for help on using the changeset viewer.