mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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 = $this->invoice_repo->delete($invoice);
|
||||
$invoice = parent::delete($invoice);
|
||||
|
||||
return $invoice;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user