mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
minor fixes for quote zips
This commit is contained in:
parent
b45a4d8133
commit
1166086349
@ -80,7 +80,11 @@ class ZipQuotes implements ShouldQueue
|
|||||||
$path = $this->quotes->first()->client->quote_filepath($invitation);
|
$path = $this->quotes->first()->client->quote_filepath($invitation);
|
||||||
|
|
||||||
$this->quotes->each(function ($quote) {
|
$this->quotes->each(function ($quote) {
|
||||||
|
|
||||||
|
$quote->service()->createInvitations();
|
||||||
|
|
||||||
(new CreateEntityPdf($quote->invitations()->first()))->handle();
|
(new CreateEntityPdf($quote->invitations()->first()))->handle();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user