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 bfd40d4 commit 87df719
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions application/views/pdfreport.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,18 @@
</tr>
<?php } ?>
<?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 colspan="3">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>
<u><?= $this->lang->line('comment'); ?></u><br/>
<?php echo $inspremark[$cp['id_cp']]; ?>
</td></tr>
<?php }
<?php }
$z = $z + 1;
$mcp = $cp['mainsectid'];
$scp = $cp['id_section'];

Expand Down

0 comments on commit 87df719

Please sign in to comment.