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 26, 2024
1 parent ac092c3 commit b8fa4be
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 @@ -273,7 +273,7 @@
</tr>
<?php
$z = $z + 1;
} ?>
?>
<?php if (isset($inspremark[$cp['id_cp']])){ ?>
<tr style="padding:3px 0; page-break-inside:avoid;<?php if($z % 2 != 0){ echo "; background: #ccc;"; } ?>" class="pointrow">
<td>&nbsp;</td>
Expand All @@ -282,7 +282,7 @@
<u><?= $this->lang->line('comment'); ?></u><br/>
<?php echo $inspremark[$cp['id_cp']]; ?>
</td></tr>
<?php }
<?php }}
$mcp = $cp['mainsectid'];
$scp = $cp['id_section'];
endforeach ?>
Expand Down

0 comments on commit b8fa4be

Please sign in to comment.