mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Show archived payment methods
This commit is contained in:
parent
b81f247de3
commit
e6474b2d07
@ -37,6 +37,7 @@ class PaymentMethodsTable extends Component
|
||||
->where('company_id', $this->company->id)
|
||||
->where('client_id', $this->client->id)
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.payment-methods-table', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user