! -> 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
$ /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
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
{