mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix sorting vendors by date created
This commit is contained in:
parent
d63cbb237c
commit
35562077c8
@ -39,7 +39,7 @@ class VendorDatatable extends EntityDatatable
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'client_created_at',
|
'created_at',
|
||||||
function ($model) {
|
function ($model) {
|
||||||
return Utils::timestampToDateString(strtotime($model->created_at));
|
return Utils::timestampToDateString(strtotime($model->created_at));
|
||||||
},
|
},
|
||||||
|
@ -2007,7 +2007,7 @@ $LANG = array(
|
|||||||
'toggle_menu' => 'Toggle Menu',
|
'toggle_menu' => 'Toggle Menu',
|
||||||
'new_...' => 'New ...',
|
'new_...' => 'New ...',
|
||||||
'list_...' => 'List ...',
|
'list_...' => 'List ...',
|
||||||
'created_at' => 'Created',
|
'created_at' => 'Date Created',
|
||||||
'contact_us' => 'Contact Us',
|
'contact_us' => 'Contact Us',
|
||||||
'support_forum' => 'Support Forum',
|
'support_forum' => 'Support Forum',
|
||||||
'user_guide' => 'User Guide',
|
'user_guide' => 'User Guide',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user