mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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)
|
||||
->whereNotNull('subscription_id')
|
||||
->orderBy($this->sort_field, $this->sort_asc ? 'asc' : 'desc')
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.subscriptions-recurring-invoices-table', [
|
||||
|
Loading…
x
Reference in New Issue
Block a user