X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=31b0ad2336b0c7c6abb3737a95cb8a08ed64a07c;hb=cf015790b7363cfcf29b98c82d20787c8d703fc1;hp=3da42fcc33aabc76732a4d7ef027b96077750f19;hpb=df0fd2e5ff26de79e7d86c4206582012833bcef5;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 3da42fcc..31b0ad23 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -47,7 +47,7 @@ if ($this->company['coy_logo'] != '') { $logo = $comp_path .'/'. user_company() . "/images/" . $this->company['coy_logo']; - $this->AddImage($logo, $ccol, $iline1 + 5, 250, 40); + $this->AddImage($logo, $ccol, $iline1 + 5, 0, 40); } else {