From fa800c532afe2a2dc9bb439d0b39ee92f73adfb1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jan 2026 15:23:06 +0100 Subject: [PATCH] ci --- htdocs/core/modules/contract/doc/pdf_strato.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }