diff --git a/htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php index 89cef0cf8c593..3b434d237feb7 100644 --- a/htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php +++ b/htdocs/core/modules/expedition/doc/pdf_expedition_rouget.modules.php @@ -560,7 +560,7 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs) $pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L'); - // If CUSTOMER contact defined, we use it + // If SHIPPING contact defined, we use it $usecontact=false; $arrayidcontact=$object->getIdContact('external','SHIPPING'); if (count($arrayidcontact) > 0)