From: Joe Hunt Date: Mon, 11 Feb 2013 00:05:09 +0000 (+0100) Subject: Changed Header_3 function to increase the y-value in the logo. X-Git-Tag: 2.3-final~313 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a4cd4c45d997b6d683402978e68491b0b5e7f674;p=fa-stable.git Changed Header_3 function to increase the y-value in the logo. --- diff --git a/reporting/includes/pdf_report.inc b/reporting/includes/pdf_report.inc index caf01d96..40e75008 100644 --- a/reporting/includes/pdf_report.inc +++ b/reporting/includes/pdf_report.inc @@ -528,7 +528,7 @@ class FrontReport extends Cpdf // Width being zero means that the image will be scaled to the specified height // keeping its aspect ratio intact. if ($this->scaleLogoWidth) - $this->AddImage($logo, $companyCol, $this->row, COMPANY_WIDTH, 0); + $this->AddImage($logo, $companyCol, $this->row + 15, COMPANY_WIDTH, 0); else $this->AddImage($logo, $companyCol, $this->row - (LOGO_HEIGHT * LOGO_Y_POS_ADJ_FACTOR), 0, LOGO_HEIGHT); }