Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent 9482c4e commit 71cb357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<tbody>
<?php foreach ($inspections as $insp): ?>
<tr>
<td class="text-left"><small><?php echo $insp->date_inspection; ?></small></td>
<td class="text-left"><small><?php echo $insp->number_inspection; ?></small></td>
<td class="text-center"><?php echo $insp->date_inspection; ?></td>
<td class="text-center"><?php echo $insp->make_vhcl; ?></td>
Expand Down

0 comments on commit 71cb357

Please sign in to comment.