From a4cd4c45d997b6d683402978e68491b0b5e7f674 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 11 Feb 2013 01:05:09 +0100 Subject: [PATCH] Changed Header_3 function to increase the y-value in the logo. --- reporting/includes/pdf_report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2