mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-20 08:21:29 +01:00
Fix: Si le logo n'est pas dfinir, on ne l'utilise pas.
This commit is contained in:
@@ -105,7 +105,7 @@ class pdf_soleil extends ModelePDFFicheinter
|
||||
|
||||
// Logo
|
||||
$logo=$conf->societe->dir_logos.'/'.$mysoc->logo;
|
||||
if ($logo)
|
||||
if ($mysoc->logo)
|
||||
{
|
||||
if (is_readable($logo))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user