mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
padding out e-invoicing - country specifics
This commit is contained in:
parent
9a7d5ba644
commit
46d3138779
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user