Index: trunk/grails-app/domain/InventoryItem.groovy
===================================================================
--- trunk/grails-app/domain/InventoryItem.groovy	(revision 718)
+++ trunk/grails-app/domain/InventoryItem.groovy	(revision 719)
@@ -6,9 +6,7 @@
     Picture picture
     Supplier preferredSupplier
-    Manufacturer preferredManufacturer
     String name
     String description = ""
     String comment = ""
-    String manufacturersPartNumber
     BigDecimal estimatedUnitPriceAmount
     Currency estimatedUnitPriceCurrency
@@ -28,5 +26,4 @@
                                     spareFor: Asset,
                                     inventoryMovements: InventoryMovement,
-                                    alternateManufacturers: Manufacturer,
                                     alternateSuppliers: Supplier]
 
@@ -49,8 +46,6 @@
         inventoryGroup()
         inventoryType()
-        manufacturersPartNumber(blank:true, nullable:true)
         suppliersPartNumber(blank:true, nullable:true)
         preferredSupplier(nullable:true)
-        preferredManufacturer(nullable:true)
     }
 
