Fix: Color no more lost

This commit is contained in:
Laurent Destailleur 2013-07-24 20:20:10 +02:00
parent bf9b255c92
commit 6b1b6b4fee

View File

@ -786,6 +786,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
$pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L'); $pdf->MultiCell($widthrecbox, 4, $carac_client, 0, 'L');
} }
$pdf->SetTextColor(0,0,60);
} }
/** /**