From fb21b6c4231a314cce857514919c9c0c1aaa99dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 10 Sep 2021 21:47:28 +0200 Subject: [PATCH] Show archived recurring invoices --- app/Http/Livewire/RecurringInvoicesTable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/RecurringInvoicesTable.php b/app/Http/Livewire/RecurringInvoicesTable.php index a99f387086f2..a6bb79f9115a 100644 --- a/app/Http/Livewire/RecurringInvoicesTable.php +++ b/app/Http/Livewire/RecurringInvoicesTable.php @@ -46,6 +46,7 @@ class RecurringInvoicesTable extends Component ->orderBy('status_id', 'asc') ->with('client') ->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc') + ->withTrashed() ->paginate($this->per_page); return render('components.livewire.recurring-invoices-table', [