mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 13:40:55 -04:00
Fix for sorting by last_sent
This commit is contained in:
parent
138577ff11
commit
6106f8d705
@ -144,6 +144,7 @@ class InvoiceRepository extends BaseRepository
|
|||||||
'invoices.start_date',
|
'invoices.start_date',
|
||||||
'invoices.end_date',
|
'invoices.end_date',
|
||||||
'invoices.last_sent_date',
|
'invoices.last_sent_date',
|
||||||
|
'invoices.last_sent_date as last_sent',
|
||||||
'contacts.first_name',
|
'contacts.first_name',
|
||||||
'contacts.last_name',
|
'contacts.last_name',
|
||||||
'contacts.email',
|
'contacts.email',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user