Index: trunk/grails-app/domain/InventoryMovement.groovy
===================================================================
--- trunk/grails-app/domain/InventoryMovement.groovy	(revision 405)
+++ trunk/grails-app/domain/InventoryMovement.groovy	(revision 408)
@@ -7,5 +7,6 @@
     Date date = new Date()
 
-//     static belongsTo = []
+    // We do not want deletion of inventory items to cascade.
+    //static belongsTo = [InventoryItem]
 
     static constraints = {
