Changeset 616 for trunk/grails-app/domain
- Timestamp:
- Jun 28, 2010, 1:01:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryItem.groovy
r610 r616 21 21 boolean isActive = true 22 22 boolean isObsolete = false 23 boolean enableReorder = true /// @todo: rename to enableReorderListing.23 boolean enableReorderListing = true 24 24 25 25 static mapping = { … … 45 45 estimatedUnitPriceCurrency(nullable:true) 46 46 reorderPoint() 47 enableReorder ()47 enableReorderListing() 48 48 recommendedReorderPoint(nullable:true) 49 49 isActive()
Note: See TracChangeset
for help on using the changeset viewer.