mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
Fixed a little typo
This commit is contained in:
parent
5ce5e8f042
commit
573b802f70
@ -190,7 +190,7 @@ class CreateXInvoice implements ShouldQueue
|
||||
}
|
||||
}
|
||||
|
||||
return $client->invoice_filepath($invoice->invitations->first()) . $invoice->getFileName("xml");
|
||||
return $client->xinvoice_filepath($invoice->invitations->first()) . $invoice->getFileName("xml");
|
||||
}
|
||||
|
||||
private function getTaxType(string $name): string
|
||||
|
Loading…
Reference in New Issue
Block a user