update-logo-position-pdf

This commit is contained in:
Narindra ezway 2025-04-24 15:04:14 +03:00
parent c30b2df444
commit fac424b1bf
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class InvoiceGroupPdfHandler extends FPDF {
function Header()
{
if($this->logo != "nothing"){
$this->Image($this->logoPath."logo.png", 2, 2, 75 ,25);
$this->Image($this->logoPath."logo.png", 10, 10, 75 ,25);
$this->AddWatermark();
}
else{

View File

@ -52,7 +52,7 @@ class InvoicePdfHandler extends FPDF
function Header()
{
if ($this->logo != "nothing") {
$this->Image($this->logoPath . "logo.png", 2, 2, 75, 25);
$this->Image($this->logoPath . "logo.png", 10, 10, 75, 25);
$this->AddWatermark();
} else {
$this->Cell(55, 30, '');