HFC : Fix height logo in devis

This commit is contained in:
narindraezway 2025-07-31 17:48:05 +03:00
parent 21f868f7d3
commit d29b5ecad9

View File

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