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 3807e49..f95abe6 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -238,6 +238,9 @@ class InvoiceGroupPdfHandler extends FPDF { $this->SetXY($clientInfoXAxis,$clientInfoYAxis + 1); $this->Cell(0, $this->interLigneHeader, trim(FileExportHelpers::FormatTextForExport($this->factureData['client_adress_city']))); + $clientInfoYAxis += $this->interLigneHeader + 1; + $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 "