mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Show archived recurring invoices
This commit is contained in:
parent
122664037d
commit
fb21b6c423
@ -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', [
|
||||
|
Loading…
Reference in New Issue
Block a user