mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 21:20:57 -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('company_id', $this->company->id)
|
||||||
->where('client_id', $this->client->id)
|
->where('client_id', $this->client->id)
|
||||||
->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.payment-methods-table', [
|
return render('components.livewire.payment-methods-table', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user