Qual: Missing variable declaration
This commit is contained in:
parent
2970ead6f3
commit
b3630cc588
@ -253,6 +253,7 @@ class pdf_strato extends ModelePDFContract
|
|||||||
$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