Qual: Missing variable declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:05:23 +02:00
parent 2970ead6f3
commit b3630cc588

View File

@ -253,6 +253,7 @@ class pdf_strato extends ModelePDFContract
$valide = $objectligne->id ? $objectligne->fetch($objectligne->id) : 0;
if ($valide > 0 || $object->specimen)
{
$curX = $this->posxdesc-1;
$curY = $nexY;
$pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage
$pdf->SetTextColor(0,0,0);