From b3630cc5888aad69284445c1c050e25c6fab2abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:05:23 +0200 Subject: [PATCH] Qual: Missing variable declaration --- htdocs/core/modules/contract/doc/pdf_strato.modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/modules/contract/doc/pdf_strato.modules.php b/htdocs/core/modules/contract/doc/pdf_strato.modules.php index bb8342de557..280e02120c7 100644 --- a/htdocs/core/modules/contract/doc/pdf_strato.modules.php +++ b/htdocs/core/modules/contract/doc/pdf_strato.modules.php @@ -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);