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 016055c commit 0f32943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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="15">
<tr><td height="25px">
<?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="110">
<tr><td height="100px">
<?php if (isset($user_lang) && $user_lang == "greek") {
if (isset($inspection->rmrk_inspection) && $inspection->rmrk_inspection != "n/a") { ?>
<?= $inspection->rmrk_inspection; ?>
Expand Down

0 comments on commit 0f32943

Please sign in to comment.