mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Hid converted quotes from the dashboard
This commit is contained in:
parent
b285b58767
commit
82c599683a
@ -105,6 +105,7 @@ class DashboardController extends BaseController
|
|||||||
->where('contacts.deleted_at', '=', null)
|
->where('contacts.deleted_at', '=', null)
|
||||||
->where('invoices.is_recurring', '=', false)
|
->where('invoices.is_recurring', '=', false)
|
||||||
//->where('invoices.is_quote', '=', false)
|
//->where('invoices.is_quote', '=', false)
|
||||||
|
->where('invoices.quote_invoice_id', '=', null)
|
||||||
->where('invoices.balance', '>', 0)
|
->where('invoices.balance', '>', 0)
|
||||||
->where('invoices.is_deleted', '=', false)
|
->where('invoices.is_deleted', '=', false)
|
||||||
->where('invoices.deleted_at', '=', null)
|
->where('invoices.deleted_at', '=', null)
|
||||||
@ -129,6 +130,7 @@ class DashboardController extends BaseController
|
|||||||
->where('invoices.deleted_at', '=', null)
|
->where('invoices.deleted_at', '=', null)
|
||||||
->where('invoices.is_recurring', '=', false)
|
->where('invoices.is_recurring', '=', false)
|
||||||
//->where('invoices.is_quote', '=', false)
|
//->where('invoices.is_quote', '=', false)
|
||||||
|
->where('invoices.quote_invoice_id', '=', null)
|
||||||
->where('invoices.balance', '>', 0)
|
->where('invoices.balance', '>', 0)
|
||||||
->where('invoices.is_deleted', '=', false)
|
->where('invoices.is_deleted', '=', false)
|
||||||
->where('contacts.is_primary', '=', true)
|
->where('contacts.is_primary', '=', true)
|
||||||
|
Loading…
Reference in New Issue
Block a user