Fix: Black area on PDF

This commit is contained in:
Laurent Destailleur
2008-04-16 21:55:26 +00:00
parent 34c98f41ec
commit 5aee8653be
5 changed files with 7 additions and 7 deletions

View File

@@ -584,7 +584,7 @@ class pdf_einstein extends ModelePDFCommandes
$lltot = 200; $col1x = 120; $col2x = 182; $largcol2 = $lltot - $col2x;
// Total HT
$pdf->SetFillColor(256,256,256);
$pdf->SetFillColor(255,255,255);
$pdf->SetXY ($col1x, $tab2_top + 0);
$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);