Batch List
<% @batches.each do |batch| %> <% end %>
Order Ref Created By Qty Processing Qty Success Qty Fail Export Count Creatd At
<%= batch.order_ref rescue '' %> <%= batch.created_by rescue '' %> <%= batch.qty_processing rescue '' %> <%= batch.qty_success rescue '' %> <%= batch.qty_fail rescue '' %> <%= batch.export_count %> <%= batch.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%= paginate @batches %>