mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for createinvoicepdf (#3639)
This commit is contained in:
parent
05346fc1c6
commit
7454dfbb2f
@ -66,7 +66,7 @@ class CreateInvoicePdf implements ShouldQueue
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{info(print_r($this->invitation->contact,1));
|
{
|
||||||
App::setLocale($this->contact->preferredLocale());
|
App::setLocale($this->contact->preferredLocale());
|
||||||
|
|
||||||
$path = $this->invoice->client->invoice_filepath();
|
$path = $this->invoice->client->invoice_filepath();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user