X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fcoitem%2Foverdue.rhtml;h=ab44d1058dfe277d52b92fb20db53a6b9e011b7c;hb=e4597521e3a7365f86731f7d69643cb1067acb5e;hp=d6f525ec210919caada3011ccf94661d0dd18a06;hpb=aafbf2bd36dcfa82f56d4586fa19a7d9a1f815e6;p=cs356-p2-videostore.git diff --git a/app/views/coitem/overdue.rhtml b/app/views/coitem/overdue.rhtml index d6f525e..ab44d10 100644 --- a/app/views/coitem/overdue.rhtml +++ b/app/views/coitem/overdue.rhtml @@ -2,6 +2,7 @@ + @@ -14,6 +15,7 @@ <% for coitem in @coitems %> +
Item ID Customer Customer Phone # Customer Email
<%=h coitem.rentable.id.to_s %> <%=link_to coitem.customer.name, :controller => 'customer', :action => 'show', :id => coitem.customer.id %> <%=h coitem.customer.phone %> <%=h coitem.customer.email %>