diff --git a/app/Services/EDocument/Standards/Peppol.php b/app/Services/EDocument/Standards/Peppol.php index 61b7019c9494..c37fb46214aa 100644 --- a/app/Services/EDocument/Standards/Peppol.php +++ b/app/Services/EDocument/Standards/Peppol.php @@ -576,8 +576,8 @@ $tax_amount->amount = $this->invoice->uses_inclusive_taxes ? $this->calcInclusiv $contact = new Contact(); $contact->ElectronicMail = $this->invoice->company->owner()->email ?? 'owner@gmail.com'; - $contact->Telephone = ; - $contact->Name = ; + $contact->Telephone = ''; + $contact->Name = ''; $party->Contact = $contact;