From fac424b1bff332cdb4a2eef77d06984ca37cdeee Mon Sep 17 00:00:00 2001 From: Narindra ezway Date: Thu, 24 Apr 2025 15:04:14 +0300 Subject: [PATCH] update-logo-position-pdf --- .../Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php | 2 +- gestion/lib/Service/InvoicePdfHandler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php index 845f077..60162fc 100644 --- a/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php +++ b/gestion/lib/Service/InvoiceGroupPdfHandler/InvoiceGroupPdfHandler.php @@ -56,7 +56,7 @@ class InvoiceGroupPdfHandler extends FPDF { function Header() { if($this->logo != "nothing"){ - $this->Image($this->logoPath."logo.png", 2, 2, 75 ,25); + $this->Image($this->logoPath."logo.png", 10, 10, 75 ,25); $this->AddWatermark(); } else{ diff --git a/gestion/lib/Service/InvoicePdfHandler.php b/gestion/lib/Service/InvoicePdfHandler.php index c21535c..e0afbe9 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", 2, 2, 75, 25); + $this->Image($this->logoPath . "logo.png", 10, 10, 75, 25); $this->AddWatermark(); } else { $this->Cell(55, 30, '');