Skip to content

Commit

Permalink
Update pdfreport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 25, 2024
1 parent 87df719 commit cc41202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<?php } ?>
<?php

} ?>
?>
<?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 @@ -295,7 +295,8 @@
<?php echo $inspremark[$cp['id_cp']]; ?>
</td></tr>
<?php }
$z = $z + 1;
$z = $z + 1;
}
$mcp = $cp['mainsectid'];
$scp = $cp['id_section'];

Expand Down

0 comments on commit cc41202

Please sign in to comment.