Bug 27994: (follow-up) Address missing instance
authorOwen Leonard <oleonard@myacpl.org>
Thu, 25 Mar 2021 12:20:45 +0000 (12:20 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Apr 2021 13:56:31 +0000 (15:56 +0200)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt

index fa80313..e855067 100644 (file)
             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,