sharedImagePath
This commit is contained in:
parent
efe84d2be2
commit
be2f17a2dc
@ -2321,7 +2321,7 @@ class PageController extends Controller {
|
|||||||
// logo : 80 de largeur et 55 de hauteur
|
// logo : 80 de largeur et 55 de hauteur
|
||||||
$logo = $this->getLogo();
|
$logo = $this->getLogo();
|
||||||
if($logo != 'nothing'){
|
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');
|
$pdf->setXY(15, 15); $pdf->SetFont('Arial', '', 10); $pdf->MultiCell(0, 5, utf8_decode(html_entity_decode("N : ".$numFacture)), '', 'R');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user