Merge branch 'staging-HFC' into production-hfc

This commit is contained in:
narindraezway 2025-07-31 17:57:21 +03:00
commit 488497b25f

View File

@ -41,7 +41,7 @@ class DevisPdfHandler extends FPDF
function Header() function Header()
{ {
if ($this->logo != "nothing") { 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 { } else {
$this->Cell(55, 30, ''); $this->Cell(55, 30, '');
} }