Skip to content

Commit

Permalink
Update pdfreport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jan 15, 2024
1 parent c8e3a2b commit 04d1c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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><?php // echo $this->lang->line('pdf_inspector'); ?> <?php //echo $inspection->last_name; ?> <?php //echo $inspection->first_name; ?><br/><br/><span class="smalltxt"><?php //echo $this->lang->line('pdf_sign_notice'); ?></span></td></tr>
<tr><td class="bot-border smalltxt">&nbsp;</td></tr>
</table>
<table width="100%" style="margin-top:160px" class="page_break_after">
Expand Down

0 comments on commit 04d1c74

Please sign in to comment.