mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #6733 from beganovich/v5-706
Hide recurring invoices with `is_deleted`
This commit is contained in:
commit
950e11349b
@ -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…
Reference in New Issue
Block a user