Changeset 175 for trunk/grails-app/domain/InventoryStore.groovy
- Timestamp:
- Oct 29, 2009, 8:30:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryStore.groovy
r116 r175 6 6 Boolean isActive = true 7 7 8 static hasMany = [ storeLocations: StoreLocation]8 static hasMany = [inventoryLocations: InventoryLocation] 9 9 10 10 static belongsTo = [Site]
Note: See TracChangeset
for help on using the changeset viewer.