From 86fb3af56bfebdb7c46cc31e25c4b08947d5abff Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 11 Dec 2021 21:45:07 +1100 Subject: [PATCH] fixes for approval event --- app/Services/Quote/QuoteService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Quote/QuoteService.php b/app/Services/Quote/QuoteService.php index f830ba6bc7..b5b2088579 100644 --- a/app/Services/Quote/QuoteService.php +++ b/app/Services/Quote/QuoteService.php @@ -110,7 +110,7 @@ class QuoteService $contact = $this->quote->invitations->first()->contact; } - // event(new QuoteWasApproved($contact, $this->quote, $this->quote->company, Ninja::eventVars())); + event(new QuoteWasApproved($contact, $this->quote, $this->quote->company, Ninja::eventVars())); if ($this->quote->client->getSetting('auto_convert_quote')) { $this->convert();