mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 15:34:35 -04:00
Show archived subscriptions
This commit is contained in:
parent
2d9730191f
commit
ec4fb0ae9d
@ -39,6 +39,7 @@ class SubscriptionRecurringInvoicesTable extends Component
|
|||||||
->where('company_id', $this->company->id)
|
->where('company_id', $this->company->id)
|
||||||
->whereNotNull('subscription_id')
|
->whereNotNull('subscription_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.subscriptions-recurring-invoices-table', [
|
return render('components.livewire.subscriptions-recurring-invoices-table', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user