mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
Merge pull request #4317 from beganovich/v5-pass-correct-company
(v5) Pass correct company to WebhookHandler for invoices
This commit is contained in:
commit
eb9e1c07e6
@ -26,7 +26,7 @@ class InvoiceObserver
|
|||||||
*/
|
*/
|
||||||
public function created(Invoice $invoice)
|
public function created(Invoice $invoice)
|
||||||
{
|
{
|
||||||
WebhookHandler::dispatch(Webhook::EVENT_CREATE_INVOICE, $invoice, $invoice->expense);
|
WebhookHandler::dispatch(Webhook::EVENT_CREATE_INVOICE, $invoice, $invoice->company);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user