mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Show archived credits table
This commit is contained in:
parent
a41c77ffba
commit
b81f247de3
@ -44,6 +44,7 @@ class CreditsTable extends Component
|
||||
->orWhereNull('due_date');
|
||||
})
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.credits-table', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user