mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01: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) {
|
||||
return Utils::timestampToDateString(strtotime($model->created_at));
|
||||
},
|
||||
|
@ -2007,7 +2007,7 @@ $LANG = array(
|
||||
'toggle_menu' => 'Toggle Menu',
|
||||
'new_...' => 'New ...',
|
||||
'list_...' => 'List ...',
|
||||
'created_at' => 'Created',
|
||||
'created_at' => 'Date Created',
|
||||
'contact_us' => 'Contact Us',
|
||||
'support_forum' => 'Support Forum',
|
||||
'user_guide' => 'User Guide',
|
||||
|
Loading…
Reference in New Issue
Block a user