Index: trunk/grails-app/domain/InventoryItem.groovy
===================================================================
--- trunk/grails-app/domain/InventoryItem.groovy	(revision 610)
+++ trunk/grails-app/domain/InventoryItem.groovy	(revision 616)
@@ -21,5 +21,5 @@
     boolean isActive = true
     boolean isObsolete = false
-    boolean enableReorder = true /// @todo: rename to enableReorderListing.
+    boolean enableReorderListing = true
 
     static mapping = {
@@ -45,5 +45,5 @@
         estimatedUnitPriceCurrency(nullable:true)
         reorderPoint()
-        enableReorder()
+        enableReorderListing()
         recommendedReorderPoint(nullable:true)
         isActive()
