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