diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index 4be7398..3737a79 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -57,7 +57,7 @@ class InvoiceGroupPdfHandler extends FPDF function Header() { if ($this->logo != "nothing") { - $this->Image($this->logoPath . "logo.png", 4, 2, 50, 35); + $this->Image($this->logoPath . "logo.png", 4, 2, 36, 37); // $this->AddWatermark(); } else { $this->Cell(55, 30, ''); diff --git a/gestion/lib/Service/InvoicePdfHandler.php b/gestion/lib/Service/InvoicePdfHandler.php index 4bd5c3c..7a47e72 100644 --- a/gestion/lib/Service/InvoicePdfHandler.php +++ b/gestion/lib/Service/InvoicePdfHandler.php @@ -52,7 +52,7 @@ class InvoicePdfHandler extends FPDF function Header() { if ($this->logo != "nothing") { - $this->Image($this->logoPath . "logo.png", 4, 2, 50, 35); + $this->Image($this->logoPath . "logo.png", 4, 2, 36, 37); // $this->AddWatermark(); } else { $this->Cell(55, 30, '');