From c4c373aa7462329e7eb20e2ac008060b2b1cbe9f Mon Sep 17 00:00:00 2001 From: Tiavina Date: Tue, 21 Jan 2025 13:02:44 +0300 Subject: [PATCH] attestation date x axes --- .../Certificate/PdfHandler/CareCertificatePdfHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Service/Certificate/PdfHandler/CareCertificatePdfHandler.php b/gestion/lib/Service/Certificate/PdfHandler/CareCertificatePdfHandler.php index 79208bf..0790d4c 100644 --- a/gestion/lib/Service/Certificate/PdfHandler/CareCertificatePdfHandler.php +++ b/gestion/lib/Service/Certificate/PdfHandler/CareCertificatePdfHandler.php @@ -96,7 +96,7 @@ class CareCertificatePdfHandler extends FPDF { $this->Cell(0,12, FileExportHelpers::FormatTextForExport("La présente attestion est établie pour faire valoir ce que de droit."),0,5); $this->Ln(5); $this->Cell(0,12,FileExportHelpers::FormatTextForExport('Fait à '). FileExportHelpers::FormatTextForExport($this->devisOfDefunt['configuration']->adresse)); - $this->SetX(140); + $this->SetX(150); $this->Cell(0,12,'le '. $this->devisOfDefunt['devis_date']->format('d/m/Y'),0); }