From 3e4698a7dbed5feba2a797c19a72a0c45ec2574b Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Thu, 25 Mar 2021 12:23:59 +0000
Subject: [PATCH] Bug 27982: (follow-up) Address another missing instance

Remove "title-string" option from staged file dataTable
initialization.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
---
 koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js
index 3211017af9..861c0db3a3 100644
--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js
+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js
@@ -5,8 +5,7 @@ $(document).ready(function() {
     $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
         "aoColumnDefs": [
             { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
-            { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
-            { "sType": "title-string", "aTargets" : [ "title-string" ] }
+            { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
         ],
         "sPaginationType": "full",
         "aaSorting": []
-- 
2.20.1