Skip to content
Snippets Groups Projects
Commit 96e12e75 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Missing variable declaration

parent 9c5db27a
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ class pdf_soleil extends ModelePDFFicheinter
$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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment