mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 18:02:34 +01:00
ci
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user