Qual: Missing variable declaration
This commit is contained in:
parent
9c5db27a70
commit
96e12e75bb
@ -240,6 +240,7 @@ class pdf_soleil extends ModelePDFFicheinter
|
|||||||
$valide = $objectligne->id ? $objectligne->fetch($objectligne->id) : 0;
|
$valide = $objectligne->id ? $objectligne->fetch($objectligne->id) : 0;
|
||||||
if ($valide > 0 || $object->specimen)
|
if ($valide > 0 || $object->specimen)
|
||||||
{
|
{
|
||||||
|
$curX = $this->posxdesc-1;
|
||||||
$curY = $nexY;
|
$curY = $nexY;
|
||||||
$pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage
|
$pdf->SetFont('','', $default_font_size - 1); // Into loop to work with multipage
|
||||||
$pdf->SetTextColor(0,0,0);
|
$pdf->SetTextColor(0,0,0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user