mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 07:14:36 -04:00
Hide recurring invoices with is_deleted
This commit is contained in:
parent
1f50512b89
commit
0043471008
@ -47,6 +47,7 @@ class RecurringInvoicesTable extends Component
|
|||||||
->with('client')
|
->with('client')
|
||||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||||
->withTrashed()
|
->withTrashed()
|
||||||
|
->where('is_deleted', false)
|
||||||
->paginate($this->per_page);
|
->paginate($this->per_page);
|
||||||
|
|
||||||
return render('components.livewire.recurring-invoices-table', [
|
return render('components.livewire.recurring-invoices-table', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user