Skip to content

Commit

Permalink
Update pdfreport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 1, 2024
1 parent ecfc331 commit 6f6a8ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</table>
<table width="100%">
<tr><td class="top-border smalltxt">&nbsp;</td></tr>
<tr><td><?= $this->lang->line('pdf_inspector'); ?> <?php echo $inspection->last_name; ?> <?php echo $inspection->first_name; ?><br/><br/><span class="smalltxt"><?= $this->lang->line('pdf_sign_notice'); ?></span></td></tr>
<!--<tr><td><?= $this->lang->line('pdf_inspector'); ?> <?php echo $inspection->last_name; ?> <?php echo $inspection->first_name; ?><br/><br/><span class="smalltxt"><?= $this->lang->line('pdf_sign_notice'); ?></span></td></tr>-->
<tr><td class="bot-border smalltxt">&nbsp;</td></tr>
</table>
<table width="100%">
Expand All @@ -163,7 +163,6 @@
<?php } } else {
if (isset($inspection->en_rmrk_inspection) && $inspection->en_rmrk_inspection != "n/a") { ?>
<?= $this->lang->line('genremark_inspection'); ?>

<?php } }
?>
</td></tr>
Expand Down

0 comments on commit 6f6a8ee

Please sign in to comment.