X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=3ecc468e34f964fe315fb2dee4ad6702cc6c4bb0;hb=9a98bb3bc7a94f1a8e47f8dab45a87c8b4212080;hp=19f31d46c14542bfff0b3a5a2e13a7b3bc4f6607;hpb=b2839f4a7567a863e4e205be65c1befbdd44b08b;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 19f31d46..3ecc468e 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -66,9 +66,9 @@ // Company Logo $this->NewLine(); - if ($this->company['coy_logo'] != '') + $logo = company_path() . "/images/" . $this->company['coy_logo']; + if ($this->company['coy_logo'] != '' && file_exists($logo)) { - $logo = company_path() . "/images/" . $this->company['coy_logo']; $this->AddImage($logo, $ccol, $this->row, 0, 40); } else