Skip to content

Commit

Permalink
Update pdfreport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 15, 2024
1 parent 49c8857 commit 6ed5908
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,31 @@
<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%" style="margin-top:160px" class="page_break_after">
<table width="100%">
<tr><td height="25">
<?php if (isset($user_lang) && $user_lang == "greek") {
if (isset($inspection->rmrk_inspection) && $inspection->rmrk_inspection != "n/a") { ?>
<?= $this->lang->line('genremark_inspection'); ?>
<?php } } else {
if (isset($inspection->en_rmrk_inspection) && $inspection->en_rmrk_inspection != "n/a") { ?>
<?= $this->lang->line('genremark_inspection'); ?>

<?php } }
?>
</td></tr>
<tr><td height="100">
<?php if (isset($user_lang) && $user_lang == "greek") {
if (isset($inspection->rmrk_inspection) && $inspection->rmrk_inspection != "n/a") { ?>
<?= $inspection->rmrk_inspection; ?>
<?php } } else {
if (isset($inspection->en_rmrk_inspection) && $inspection->en_rmrk_inspection != "n/a") { ?>
<?= $this->lang->line('genremark_inspection'); ?>
<?= $inspection->en_rmrk_inspection; ?>
<?php } }
?>
</td></tr>
</table>
<table width="100%" style="margin-top:25px" class="page_break_after">
<tr><td width="18%" valign="top" class="smalltxt">IMPERIAL AUTOMOTIVE<br/>
DEKRA PARTNER
</td>
Expand Down

0 comments on commit 6ed5908

Please sign in to comment.