From 1166086349e638f632c4b46ab73ac7eb05325588 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 4 Feb 2023 10:17:19 +1100 Subject: [PATCH] minor fixes for quote zips --- app/Jobs/Quote/ZipQuotes.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Jobs/Quote/ZipQuotes.php b/app/Jobs/Quote/ZipQuotes.php index 75f94a27069f..bd4e15ff977d 100644 --- a/app/Jobs/Quote/ZipQuotes.php +++ b/app/Jobs/Quote/ZipQuotes.php @@ -80,7 +80,11 @@ class ZipQuotes implements ShouldQueue $path = $this->quotes->first()->client->quote_filepath($invitation); $this->quotes->each(function ($quote) { + + $quote->service()->createInvitations(); + (new CreateEntityPdf($quote->invitations()->first()))->handle(); + }); try {