diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc index 4b1cc4cbed..4e7b72a4ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc @@ -143,7 +143,7 @@ Hold date - Title + Title Call number Item type Barcode diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js index 0b223bf302..01538ebc31 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -314,6 +314,9 @@ $(document).ready(function() { "bPaginate": false, "bProcessing": true, "bServerSide": false, + "aoColumnDefs": [ + { "type": "anti-the", "targets": [ "anti-the" ] } + ], "ajax": { "url": '/cgi-bin/koha/svc/holds', "data": function ( d ) {