diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php index 34fd8681178..7c1aaefb8bf 100644 --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php @@ -1262,7 +1262,7 @@ class pdf_einstein extends ModelePDFCommandes { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; } diff --git a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php index 94adf8e8c07..89f36d34352 100644 --- a/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php +++ b/htdocs/core/modules/commande/doc/pdf_eratosthene.modules.php @@ -1396,7 +1396,7 @@ class pdf_eratosthene extends ModelePDFCommandes { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; } diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php index 8ab120b19e4..ed99a04fcc2 100644 --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php @@ -1573,7 +1573,7 @@ class pdf_crabe extends ModelePDFFactures { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; } diff --git a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php index 9cde518fa67..1f4d9524bc8 100644 --- a/htdocs/core/modules/facture/doc/pdf_sponge.modules.php +++ b/htdocs/core/modules/facture/doc/pdf_sponge.modules.php @@ -1604,7 +1604,7 @@ class pdf_sponge extends ModelePDFFactures { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; } diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php index ebfaf64d4ff..603b32c59b4 100644 --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php @@ -1464,7 +1464,7 @@ class pdf_azur extends ModelePDFPropales { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; } diff --git a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php index 770515959cd..b2d1c9b4996 100644 --- a/htdocs/core/modules/propale/doc/pdf_cyan.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_cyan.modules.php @@ -1509,7 +1509,7 @@ class pdf_cyan extends ModelePDFPropales { if ($this->emetteur->logo) { - if (empty($conf->global->PDF_USE_LARGE_LOGO)) + if (empty($conf->global->MAIN_PDF_USE_LARGE_LOGO)) { $logo=$conf->mycompany->dir_output.'/logos/thumbs/'.$this->emetteur->logo_small; }