Bug 27251: Fix sort by displayed_on
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
0e16ad052b
commit
0259ae949b
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@
|
|||
"orderable": true
|
||||
},
|
||||
{
|
||||
"data": function( row, type, val, meta ) {
|
||||
"data": "displayed_on",
|
||||
"render": function(data, type, row, meta) {
|
||||
return $datetime(row.displayed_on);
|
||||
},
|
||||
"searchable": true,
|
||||
|
|
Loading…
Reference in a new issue