Ignore:
Timestamp:
Feb 28, 2010, 5:20:43 PM (14 years ago)
Author:
gav
Message:

Set InventoryItem constraint to more human readable value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/InventoryItem.groovy

    r405 r416  
    3838        unitsInStock(min:0)
    3939        unitOfMeasure()
    40         estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(999999999999))
     40        estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(1000000000000))
    4141        estimatedUnitPriceCurrency(nullable:true)
    4242        reorderPoint()
Note: See TracChangeset for help on using the changeset viewer.