fixes for approval event
This commit is contained in:
parent
4120faec0c
commit
86fb3af56b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue