Index: trunk/grails-app/domain/InventoryItem.groovy
===================================================================
--- trunk/grails-app/domain/InventoryItem.groovy	(revision 415)
+++ trunk/grails-app/domain/InventoryItem.groovy	(revision 416)
@@ -38,5 +38,5 @@
         unitsInStock(min:0)
         unitOfMeasure()
-        estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(999999999999))
+        estimatedUnitPriceAmount(nullable:true, max: new BigDecimal(1000000000000))
         estimatedUnitPriceCurrency(nullable:true)
         reorderPoint()
