1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fix Zapier with recurring invoices

This commit is contained in:
Hillel Coren 2017-06-09 13:07:34 +03:00
parent 1a27a5b77d
commit 4ae53d6ccc

View File

@ -1070,6 +1070,8 @@ class InvoiceRepository extends BaseRepository
}
}
$this->dispatchEvents($invoice);
return $invoice;
}