Hide archived payment methods

This commit is contained in:
Benjamin Beganović 2021-09-30 08:02:58 +02:00
parent 142b94c5cf
commit f4ddc5a974

View File

@ -37,7 +37,6 @@ 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', [