forked from Wavyzz/dolibarr
Fix: Files related to running company must not be saved into same directory dedicated to module third party.
This commit is contained in:
@@ -377,7 +377,7 @@ class pdf_edison extends ModelePDFCommandes
|
||||
$pdf->SetXY($this->marge_gauche,$posy);
|
||||
|
||||
// Logo
|
||||
$logo=$conf->societe->dir_output.'/logos/'.$this->emetteur->logo;
|
||||
$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
|
||||
if ($this->emetteur->logo)
|
||||
{
|
||||
if (is_readable($logo))
|
||||
|
||||
Reference in New Issue
Block a user