From be2f17a2dc7a4a3ceedc9148b3438f8866670ac8 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Thu, 2 Jan 2025 09:23:02 +0300 Subject: [PATCH] sharedImagePath --- gestion/lib/Controller/PageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/lib/Controller/PageController.php b/gestion/lib/Controller/PageController.php index a245478..a5c1292 100644 --- a/gestion/lib/Controller/PageController.php +++ b/gestion/lib/Controller/PageController.php @@ -2321,7 +2321,7 @@ class PageController extends Controller { // logo : 80 de largeur et 55 de hauteur $logo = $this->getLogo(); if($logo != 'nothing'){ - $pdf->Image($this->src_path."logo.png", 15, 15, 55, 30); + $pdf->Image($this->sharedImagePath."logo.png", 15, 15, 55, 30); } $pdf->setXY(15, 15); $pdf->SetFont('Arial', '', 10); $pdf->MultiCell(0, 5, utf8_decode(html_entity_decode("N : ".$numFacture)), '', 'R');