Index: trunk/grails-app/domain/InventoryItem.groovy
===================================================================
--- trunk/grails-app/domain/InventoryItem.groovy	(revision 715)
+++ trunk/grails-app/domain/InventoryItem.groovy	(revision 718)
@@ -4,5 +4,4 @@
     UnitOfMeasure unitOfMeasure
     InventoryLocation inventoryLocation
-    Period averageDeliveryPeriod
     Picture picture
     Supplier preferredSupplier
@@ -18,5 +17,4 @@
     Integer reorderPoint
     Integer reorderQuantity
-    Integer averageDeliveryTime
     boolean isActive = true
     boolean isObsolete = false
@@ -55,6 +53,4 @@
         preferredSupplier(nullable:true)
         preferredManufacturer(nullable:true)
-        averageDeliveryTime(nullable:true)
-        averageDeliveryPeriod(nullable:true)
     }
 
