From: vincent@cubedesigners.com Date: Thu, 28 Feb 2013 19:02:21 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4afdaa4a467e7f8afa574f629e0fa7b39d346bf6;p=cubeextranet.git --- 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']) . ','));