diff --git a/htdocs/core/modules/contract/doc/pdf_strato.modules.php b/htdocs/core/modules/contract/doc/pdf_strato.modules.php index 81f01154c78..c68ba6351c5 100644 --- a/htdocs/core/modules/contract/doc/pdf_strato.modules.php +++ b/htdocs/core/modules/contract/doc/pdf_strato.modules.php @@ -811,7 +811,7 @@ class pdf_strato extends ModelePDFContract } $recipientname = ''; - if ($this->recipient instanceOf Contact || $this->recipiet instanceOf Societe) { + if ($this->recipient instanceOf Contact || $this->recipient instanceOf Societe) { $recipientname = pdfBuildThirdpartyName($this->recipient, $outputlangs); }