diff --git a/app/Http/Livewire/RecurringInvoicesTable.php b/app/Http/Livewire/RecurringInvoicesTable.php index a6bb79f9115a..0a8117e696ea 100644 --- a/app/Http/Livewire/RecurringInvoicesTable.php +++ b/app/Http/Livewire/RecurringInvoicesTable.php @@ -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', [