This commit is contained in:
Laurent Destailleur
2026-01-28 15:23:06 +01:00
parent 2977297582
commit fa800c532a

View File

@@ -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);
}