Merge branch 'fixes/fixe/fixe-ligo-pdf' into staging
This commit is contained in:
commit
b08e255250
@ -56,7 +56,7 @@ class InvoiceGroupPdfHandler extends FPDF {
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if($this->logo != "nothing"){
|
if($this->logo != "nothing"){
|
||||||
$this->Image($this->logoPath."logo.png", 2, 2, 50,35);
|
$this->Image($this->logoPath."logo.png", 2, 2, 75 ,25);
|
||||||
$this->AddWatermark();
|
$this->AddWatermark();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class InvoicePdfHandler extends FPDF
|
|||||||
function Header()
|
function Header()
|
||||||
{
|
{
|
||||||
if ($this->logo != "nothing") {
|
if ($this->logo != "nothing") {
|
||||||
$this->Image($this->logoPath . "logo.png", 2, 2, 50, 35);
|
$this->Image($this->logoPath . "logo.png", 2, 2, 75, 25);
|
||||||
$this->AddWatermark();
|
$this->AddWatermark();
|
||||||
} else {
|
} else {
|
||||||
$this->Cell(55, 30, '');
|
$this->Cell(55, 30, '');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user