mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:04:35 -04:00
fix for bug on bulk route of invoice repo
This commit is contained in:
parent
d2cc1e4d65
commit
5eb9791c37
@ -86,7 +86,7 @@ class InvoiceRepository extends BaseRepository
|
|||||||
|
|
||||||
$invoice->service()->handleCancellation()->save();
|
$invoice->service()->handleCancellation()->save();
|
||||||
|
|
||||||
$invoice = $this->invoice_repo->delete($invoice);
|
$invoice = parent::delete($invoice);
|
||||||
|
|
||||||
return $invoice;
|
return $invoice;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user