Changes in hotkeys system for tas support.
[fa-stable.git] / reporting / includes / header2.inc
index 42d99bac05c178ebf098ab2a3e3e91d3a99c6fbe..141881017385ddb909fc78ea0faa5570836738a7 100644 (file)
@@ -59,7 +59,7 @@
                $this->NewLine();
                if ($this->company['coy_logo'] != '')
                {
-                       $logo = $comp_path .'/'. user_company() . "/images/" . $this->company['coy_logo'];
+                       $logo = company_path() . "/images/" . $this->company['coy_logo'];
                        $this->AddImage($logo, $ccol, $this->row, 0, 40);
                }
                else