fix logo size
This commit is contained in:
parent
8607ed442c
commit
084b953020
@ -42,7 +42,7 @@ class CareCertificatePdfHandler extends FPDF {
|
||||
function Header()
|
||||
{
|
||||
if($this->logo != "nothing"){
|
||||
$this->Image($this->imagePath."logo.png", 10, 10, 90, 35);
|
||||
$this->Image($this->imagePath."logo.png", 10, 10, 50, 25);
|
||||
}
|
||||
else{
|
||||
$this->Cell(55,30,'');
|
||||
|
||||
@ -40,7 +40,7 @@ class DevisPdfHandler extends FPDF {
|
||||
function Header()
|
||||
{
|
||||
if($this->logo != "nothing"){
|
||||
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
|
||||
$this->Image($this->logoPath."logo.png", 10, 10, 50, 25);
|
||||
}
|
||||
else{
|
||||
$this->Cell(55,30,'');
|
||||
|
||||
@ -42,7 +42,7 @@ class InvoicePdfHandler extends FPDF {
|
||||
function Header()
|
||||
{
|
||||
if($this->logo != "nothing"){
|
||||
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
|
||||
$this->Image($this->logoPath."logo.png", 10, 10, 50, 25);
|
||||
}
|
||||
else{
|
||||
$this->Cell(55,30,'');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user