Changeset 373 for trunk/grails-app/domain/InventoryMovementType.groovy
- Timestamp:
- Feb 18, 2010, 12:54:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryMovementType.groovy
r177 r373 7 7 static hasMany = [inventoryMovements: InventoryMovement] 8 8 9 static con tstraints = {9 static constraints = { 10 10 name(maxSize:50,unique:true,blank:false) 11 11 description(maxSize:100)
Note: See TracChangeset
for help on using the changeset viewer.