mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for broken migration
This commit is contained in:
parent
867fa2313a
commit
9229813abd
@ -59,7 +59,7 @@ class PaymentCreatedActivity implements ShouldQueue
|
|||||||
|
|
||||||
InvoiceWorkflowSettings::dispatchNow($invoice);
|
InvoiceWorkflowSettings::dispatchNow($invoice);
|
||||||
|
|
||||||
$this->activity_repo->save($fields, $invoice);
|
$this->activity_repo->save($fields, $invoice, $event->event_vars);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($invoices) == 0) {
|
if (count($invoices) == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user