1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

fixes for approval event

This commit is contained in:
David Bomba 2021-12-11 21:45:07 +11:00
parent 4120faec0c
commit 86fb3af56b

View File

@ -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();