X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=d97f50e65d0d2775e6c639ae4ad4da06e140a75c;hp=95b3a7e249157abcb31d081588a4ea0403e8dd5e;hb=f6f71daaad95fbdb507ce5644534331c9fb94ada;hpb=e685a94465fe8f26c8ff3789242b43c1c20054cf diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 95b3a7e2..d97f50e6 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -67,20 +67,18 @@ $this->LineTo($right, $iline5 ,$right, $iline7); // Company Logo - $this->NewLine(); $logo = company_path() . "/images/" . $this->company['coy_logo']; if ($this->company['coy_logo'] != '' && file_exists($logo)) { + $this->NewLine(); $this->AddImage($logo, $ccol, $this->row, 0, 40); } - else - { - $this->fontSize += 4; - $this->Font('bold'); - $this->Text($ccol, $this->company['coy_name'], $icol); - $this->Font(); - $this->fontSize -= 4; - } + $this->NewLine(); + $this->fontSize += 4; + $this->Font('bold'); + $this->Text($ccol, $this->company['coy_name'], $icol); + $this->Font(); + $this->fontSize -= 4; // Document title $this->SetTextColor(190, 190, 190); $this->fontSize += 10;