Option for showing company logo on reports. On company base.
[fa-stable.git] / reporting / includes / pdf_report.inc
index c475a29be608bdeafbcc8807db72efac9d40190f..65aaaf9e89b690750ca60d5eb2998ea591cfa31d 100644 (file)
@@ -314,7 +314,7 @@ class FrontReport extends Cpdf
                $this->Font();
                $this->fontSize -= 4;
                $logo = company_path() . "/images/" . $this->company['coy_logo'];
-               if (!empty($SysPrefs->show_company_logo_report) && $this->company['coy_logo'] != '' && file_exists($logo))
+               if (!empty($SysPrefs->prefs['company_logo_report']) && $this->company['coy_logo'] != '' && file_exists($logo))
                {
                        $this->row -= ($this->lineHeight + 3);
                        $this->AddImage($logo, $companyCol, $this->row, 0, 30);