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 5184592 commit f65cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<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->name_client; ?></td>
<td class="text-center"><?php echo $inspection->last_name; ?> <?php echo $inspection->first_name; ?></td>
<td class="text-center"><?php echo $insp->last_name; ?> <?php echo $insp->first_name; ?></td>
<td class="text-center"><?php
if ($insp->filename_inspection != NULL) {?>
<a href="<?= base_url()?>assets/pdfs/<?= $insp->filename_inspection ?>" target="_blank"><i class="fal fa-file-pdf fa-lg"></i></a>
Expand Down

0 comments on commit f65cdfa

Please sign in to comment.