Index: trunk/grails-app/domain/RecurringSchedule.groovy
===================================================================
--- trunk/grails-app/domain/RecurringSchedule.groovy	(revision 124)
+++ trunk/grails-app/domain/RecurringSchedule.groovy	(revision 125)
@@ -18,5 +18,4 @@
         plannedMaintenance(blank:true, nullable:true)
         lastExecutedDate(blank:true, nullable:true)
-        nextDueDate(blank:true, nullable:true)
     }
 
Index: trunk/grails-app/domain/StoredItem.groovy
===================================================================
--- trunk/grails-app/domain/StoredItem.groovy	(revision 124)
+++ trunk/grails-app/domain/StoredItem.groovy	(revision 125)
@@ -12,5 +12,5 @@
 
     String toString() {
-        "${this.quantity}"
+        "${this.quantity} item(s) at ${storeLocation} in ${storeLocation.inventoryStore}"
     }
 }
