From 4afdaa4a467e7f8afa574f629e0fa7b39d346bf6 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 28 Feb 2013 19:02:21 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.services.php b/inc/ws/Controlleur/class.ws.services.php index 4d161f117..3b34aa0db 100644 --- a/inc/ws/Controlleur/class.ws.services.php +++ b/inc/ws/Controlleur/class.ws.services.php @@ -452,7 +452,7 @@ class wsServices extends cubeFlashGateway { $idx = $pdf->importPage(1); $pdf->AddPage(); $pdf->useTemplate($idx); - $pdf->SetXY(15, 10); + $pdf->SetXY(11, 12); $pdf->SetFont('Helvetica', '', 12); $pdf->SetTextColor(0, 0, 0); $pdf->Cell(180, 10, utf8_decode(trim($_GET['civilite'] . ' ' . $_GET['prenom'] . ' ' . $_GET['nom']) . ',')); -- 2.39.5