HFC : Fix height logo in devis
This commit is contained in:
parent
21f868f7d3
commit
d29b5ecad9
@ -41,7 +41,7 @@ class DevisPdfHandler 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);
|
||||
} else {
|
||||
$this->Cell(55, 30, '');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user