From 46d31387791755ca9084054f3538636a0fef2fb9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 31 Jul 2024 13:46:23 +1000 Subject: [PATCH] padding out e-invoicing - country specifics --- app/Services/EDocument/Standards/Peppol.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;