From ed901785d9c99c07cdbafee47ab703684ac2e2cf Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 3 Aug 2009 23:09:21 +0000 Subject: [PATCH] [0000150] Logo on printed papers is placed on top of the adress rule nr 1 --- CHANGELOG.txt | 6 +++++- reporting/includes/header2.inc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6be7f817..fab8cb13 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +04-Aug-2009 Joe Hunt +# [0000150] Logo on printed papers is placed on top of the adress rule nr 1 +$ /reporting/includes/header2.inc + ------------------------------- Release 2.1.4 ---------------------------------- 30-Jul-2009 Joe Hunt ! Release 2.1.4 @@ -75,7 +79,7 @@ $ /includes/db/manufacturing.inc $ /admin/attachments.php # [0000140] Numeric format bug in credit limit input. $ /purchasing/manage/suppliers.php -# [0000143] Bad format of PO popup window (jackel7007). +# [0000143] Bad format of PO popup window (Softechmatrix). $ /purchasing/view/view_grn.php 09-Jul-2009 Janusz Dobrowolski diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 1ec99386..5f47cf3f 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -58,7 +58,7 @@ if ($this->company['coy_logo'] != '') { $logo = $comp_path .'/'. user_company() . "/images/" . $this->company['coy_logo']; - $this->AddImage($logo, $ccol, $this->row - 10, 0, 40); + $this->AddImage($logo, $ccol, $this->row, 0, 40); } else { -- 2.30.2