Bug 27994: (follow-up) Address missing instance

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:
Owen Leonard 2021-03-25 12:20:45 +00:00 committed by Jonathan Druart
parent 67a60c24a3
commit e0c2ee57ad

View file

@ -215,8 +215,7 @@
var lostitems_table = KohaTable("lostitems-table", {
"aaSorting": [],
"aoColumnDefs": [
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
{ "sType": "title-string", "aTargets" : [ "title-string" ] }
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }
],
'bAutoWidth': false,
"bPaginate": false,