composer update and history importify
This commit is contained in:
@@ -163,6 +163,7 @@ $arr_his = $importify_his->Results;
|
||||
<th width="60px">No</th>
|
||||
<th width="120px">Date/Time</th>
|
||||
<th>Template Name</th>
|
||||
<th>File Name</th>
|
||||
<th>Lab Name</th>
|
||||
<th>ImportCode</th>
|
||||
<th width="80px">Status</th>
|
||||
@@ -178,6 +179,7 @@ $arr_his = $importify_his->Results;
|
||||
<td><?= $i + 1 ?></td>
|
||||
<td><?= date("Y-m-d H:i:s", strtotime($item['created_at'])) ?></td>
|
||||
<td><?= $item['templatename'] ?></td>
|
||||
<td><?= $item['importfilename'] ?></td>
|
||||
<td><?= $item['labname'] ?></td>
|
||||
<td><?= $item['importcode'] ?></td>
|
||||
<td class="no_padding">
|
||||
|
||||
Reference in New Issue
Block a user