Skip to content

Commit

Permalink
Fix: Color change on page break.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 24, 2013
1 parent f32bc24 commit 7cf429d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/core/modules/commande/doc/pdf_einstein.modules.php
Expand Up @@ -1204,6 +1204,8 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $hookmanager)
$pdf->SetXY($posx+2,$posy+4+(dol_nboflines_bis($carac_client_name,50)*4));
$pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L');
}

$pdf->SetTextColor(0,0,0);
}

/**
Expand Down
2 changes: 2 additions & 0 deletions htdocs/core/modules/facture/doc/pdf_crabe.modules.php
Expand Up @@ -1410,6 +1410,8 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $hookmanager)
$pdf->SetXY($posx+2,$posy+4+(dol_nboflines_bis($carac_client_name,50)*4));
$pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L');
}

$pdf->SetTextColor(0,0,0);
}

/**
Expand Down
2 changes: 2 additions & 0 deletions htdocs/core/modules/propale/doc/pdf_azur.modules.php
Expand Up @@ -1273,6 +1273,8 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $hookmanager)
$pdf->SetXY($posx+2,$posy+4+(dol_nboflines_bis($carac_client_name,50)*4));
$pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L');
}

$pdf->SetTextColor(0,0,0);
}

/**
Expand Down

0 comments on commit 7cf429d

Please sign in to comment.