Changeset 416
- Timestamp:
- Feb 28, 2010, 5:20:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryItem.groovy
r405 r416 38 38 unitsInStock(min:0) 39 39 unitOfMeasure() 40 estimatedUnitPriceAmount(nullable:true, max: new BigDecimal( 999999999999))40 estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(1000000000000)) 41 41 estimatedUnitPriceCurrency(nullable:true) 42 42 reorderPoint()
Note: See TracChangeset
for help on using the changeset viewer.