Show archived quotes
This commit is contained in:
parent
fb21b6c423
commit
a41c77ffba
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class QuotesTable extends Component
|
|||
->where('company_id', $this->company->id)
|
||||
->where('client_id', auth('contact')->user()->client->id)
|
||||
->where('status_id', '<>', Quote::STATUS_DRAFT)
|
||||
->withTrashed()
|
||||
->paginate($this->per_page);
|
||||
|
||||
return render('components.livewire.quotes-table', [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue