This commit is contained in:
nandar
2018-07-26 15:34:11 +06:30
parent 55554707f0
commit 275a7658ce
10 changed files with 66 additions and 10 deletions

View File

@@ -67,8 +67,8 @@
<th>Manufacture UID</th>
<th>Batch No</th>
<th>Asset Type</th>
<th>Created At </th>
<th>Updated At </th>
<th>Barcode </th>
<th>Created At </th>
</tr>
</thead>
<tbody>
@@ -79,8 +79,8 @@
<td><%= item.manufacture_uid rescue '' %></td>
<td><%= item.batch_name rescue '' %></td>
<td><%= item.asset_type rescue '' %></td>
<td><%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %></td>
<td><%= item.updated_at.strftime("%e,%b %Y %I:%M %p") rescue '' %></td>
<td><%= item.barcode rescue '' %></td>
<td><%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %></td>
</tr>
<% end %>
</tbody>