Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / coitem / overdue.rhtml
index d6f525e..ab44d10 100644 (file)
@@ -2,6 +2,7 @@
 
 <table border="1">
   <tr>
+    <th>Item ID</th>
     <th>Customer</th>
     <th>Customer Phone #</th>
     <th>Customer Email</th>
@@ -14,6 +15,7 @@
   
 <% for coitem in @coitems %>
   <tr>
+    <td><%=h coitem.rentable.id.to_s %></td>
     <td><%=link_to coitem.customer.name, :controller => 'customer', :action => 'show', :id => coitem.customer.id %></td>
     <td><%=h coitem.customer.phone %></td>
     <td><%=h coitem.customer.email %></td>