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;
|
||||
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user