mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
format documents
This commit is contained in:
parent
44956ce6b8
commit
f10c880ffb
@ -84,7 +84,7 @@ class ZipInvoices implements ShouldQueue
|
||||
}
|
||||
|
||||
$file = $invoice->service()->getRawInvoicePdf();
|
||||
$zip_file_name = $invoice->getFileName();
|
||||
$zip_file_name = $invoice->getFileName();
|
||||
$zipFile->addFromString($zip_file_name, $file);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user