mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
fixes for approval event
This commit is contained in:
parent
4120faec0c
commit
86fb3af56b
@ -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…
Reference in New Issue
Block a user