mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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')
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->where('is_deleted', false)
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.recurring-invoices-table', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user