@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -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, --