1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Show archived payments

This commit is contained in:
Benjamin Beganović 2021-09-06 18:14:00 +02:00
parent 28356d2921
commit 50b447dd20

View File

@ -44,6 +44,7 @@ class PaymentsTable extends Component
->where('company_id', $this->company->id)
->where('client_id', auth('contact')->user()->client->id)
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
->withTrashed()
->paginate($this->per_page);
return render('components.livewire.payments-table', [