mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 01:34:33 -04:00
Remove drafts from the quotes-table
This commit is contained in:
parent
4967ffb668
commit
f8e57f57a5
@ -36,6 +36,7 @@ class QuotesTable extends Component
|
|||||||
|
|
||||||
$query = $query
|
$query = $query
|
||||||
->where('client_id', auth('contact')->user()->client->id)
|
->where('client_id', auth('contact')->user()->client->id)
|
||||||
|
->where('status_id', '<>', Quote::STATUS_DRAFT)
|
||||||
->paginate($this->per_page);
|
->paginate($this->per_page);
|
||||||
|
|
||||||
return render('components.livewire.quotes-table', [
|
return render('components.livewire.quotes-table', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user