Customer | Customer Phone # | Customer Email | Type | Title | Overdue | Date Checked Out | Due Date | |
---|---|---|---|---|---|---|---|---|
<%=link_to coitem.customer.name, :controller => 'customer', :action => 'show', :id => coitem.customer.id %> | <%=h coitem.customer.phone %> | <%=h coitem.customer.email %> | <%=h coitem.rentable.type %> | <%=h coitem.rentable.title %> | <%=h tf_to_yesno(coitem.overdue?) %> | <%=h coitem.out_date %> | <%=h coitem.due_date %> | <%= link_to 'View', :action => 'show', :id => coitem %> |