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 28, 2024
1 parent 231c0dd commit e017b15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<tr>
<th scope="col" class="text-center"><?= $this->lang->line('number_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('date_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('vehicle_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('vehicle_inspection'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('reg_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('client_vhcl'); ?></th>
<th scope="col" class="text-center"><?= $this->lang->line('inspector'); ?></th>
<th scope="col" class="text-center"><i class="fal fa-file-alt"></i></th>
Expand All @@ -26,7 +27,8 @@
<tr>
<td class="text-left"><?php echo $insp->number_inspection; ?></td>
<td class="text-center"><?php echo $insp->date_inspection; ?></td>
<td class="text-center"><?php echo $insp->reg_vhcl; ?> <?php echo $insp->make_vhcl; ?></td>
<td class="text-center"><?php echo $insp->make_vhcl; ?> <?php echo $insp->model_vhcl; ?></td>
<td class="text-center"><?php echo $insp->reg_vhcl; ?></td>
<td class="text-center"><?php echo $insp->name_client; ?></td>
<td class="text-center"><?php echo $insp->last_name; ?> <?php echo $insp->first_name; ?></td>
<td class="text-center"><?php
Expand Down

0 comments on commit e017b15

Please sign in to comment.