<% @batchLineItems.each do |item| %> <% end %>
Serail No Asset Identity Manufacture UID Batch No Asset Type Created At Update At
<%= item.serial_no rescue '' %> <%= item.asset_identity rescue '' %> <%= item.manufacture_uid rescue '' %> <%= item.batch_name rescue '' %> <%= item.asset_type rescue '' %> <%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> <%= item.updated_at.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%=paginate @batchLineItems %>