sharedImagePath

This commit is contained in:
Tiavina 2025-01-02 09:23:02 +03:00
parent efe84d2be2
commit be2f17a2dc

View File

@ -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');