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 6ed5908 commit 016055c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<tr><td class="bot-border smalltxt">&nbsp;</td></tr>
</table>
<table width="100%">
<tr><td height="25">
<tr><td height="15">
<?php if (isset($user_lang) && $user_lang == "greek") {
if (isset($inspection->rmrk_inspection) && $inspection->rmrk_inspection != "n/a") { ?>
<?= $this->lang->line('genremark_inspection'); ?>
Expand All @@ -165,7 +165,7 @@
<?php } }
?>
</td></tr>
<tr><td height="100">
<tr><td height="110">
<?php if (isset($user_lang) && $user_lang == "greek") {
if (isset($inspection->rmrk_inspection) && $inspection->rmrk_inspection != "n/a") { ?>
<?= $inspection->rmrk_inspection; ?>
Expand All @@ -177,7 +177,7 @@
?>
</td></tr>
</table>
<table width="100%" style="margin-top:25px" class="page_break_after">
<table width="100%" style="margin-top:30px" class="page_break_after">
<tr><td width="18%" valign="top" class="smalltxt">IMPERIAL AUTOMOTIVE<br/>
DEKRA PARTNER
</td>
Expand Down

0 comments on commit 016055c

Please sign in to comment.