Show archived recurring invoices
This commit is contained in:
parent
122664037d
commit
fb21b6c423
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue