From 554746f2c65d9ff96a4e13e4585cd0c7fa66fd74 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 24 Feb 2014 08:06:34 -0500 Subject: [PATCH] Bug 11746 [QA Followup 3] --- .../prog/en/modules/catalogue/detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 7b99318..18a82cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -245,7 +245,7 @@ function verify_images() { 'bAutoWidth': false [% IF StaffDetailItemSelection %] , "aoColumnDefs": [ - { "aTargets": [ 0, 9 ], "bSortable": false, "bSearchable": false } + { "aTargets": [ 0, -1 ], "bSortable": false, "bSearchable": false } ] [% END %] })); -- 1.7.2.5