If setting the delivered items in PO Receive Items to 0 the value is not updated
[fa-stable.git] / reporting / includes / header2.inc
index d28726fff9f9bb989744e0df8e23011c029f4a28..5f47cf3f6d79b5583245f9bb285565b947913377 100644 (file)
@@ -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
                {
                if (($doctype == 10 || $doctype == 12) && $legal != "") 
                {
                        $this->TextWrap($ccol, $this->row, $right - $ccol, $legal, 'C');
-                       $this->NewLine();
                }
                $this->Font();
                $temp = $iline6 - $this->lineHeight - 2;