Change the fill color
This commit is contained in:
parent
354921c078
commit
b90bed54f4
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ foreach($array as $row) {
|
|||
$amount_deb=0;$amount_cred=0;
|
||||
for ($i=0;$i<count($letter->content);$i++){
|
||||
if ( $i % 2 == 0 ) {
|
||||
$pdf->SetFillColor(226,241,243);
|
||||
$pdf->SetFillColor(220,221,255);
|
||||
$fill=1;
|
||||
} else {
|
||||
$pdf->SetFillColor(0,0,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue