mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 08:44:35 -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');
|
->orWhereNull('due_date');
|
||||||
})
|
})
|
||||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||||
|
->withTrashed()
|
||||||
->paginate($this->per_page);
|
->paginate($this->per_page);
|
||||||
|
|
||||||
return render('components.livewire.credits-table', [
|
return render('components.livewire.credits-table', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user