diff --git a/gestion/lib/Controller/InvoiceController.php b/gestion/lib/Controller/InvoiceController.php index 3ec6a59..806b612 100644 --- a/gestion/lib/Controller/InvoiceController.php +++ b/gestion/lib/Controller/InvoiceController.php @@ -113,7 +113,7 @@ class InvoiceController extends Controller $message->setHtmlBody( "
Bonjour.
". - "Vous trouverez en pièce jointe la facture des soins de « " . $factureDate . " » .
". + "Vous trouverez en pièce jointe la facture des soins de " . $factureDate . ".
". $signature ); $appAdminEmail = $this->gestionRepository->getUserEmailByNextcloudId(BddConstant::DEFAULT_ADMIN_APP_ID_NEXTCLOUD); diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index 3136b97..ed04bde 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -245,10 +245,8 @@ class InvoiceGroupPdfHandler extends FPDF } } - $this->SetXY($clientInfoXAxis,$clientInfoYAxis); $this->Cell(0, $this->interLigneHeader, trim(FileExportHelpers::FormatTextForExport($this->factureData['client_adress_city']))); if($this->factureData['siret']){ - $clientInfoYAxis += $this->interLigneHeader; $this->SetXY($clientInfoXAxis,$clientInfoYAxis); $this->Cell(0, $this->interLigneHeader, 'Siret: ' . $this->factureData['siret']); } diff --git a/gestion/lib/Service/MailerService.php b/gestion/lib/Service/MailerService.php index f064825..6ff915e 100644 --- a/gestion/lib/Service/MailerService.php +++ b/gestion/lib/Service/MailerService.php @@ -51,7 +51,7 @@ class MailerService { if (!$signatureImage) { return ""; } - return "