From ed8e97fc3f37560066627a74927c1a8255988577 Mon Sep 17 00:00:00 2001 From: remi Date: Thu, 21 Jan 2016 12:32:00 -0500 Subject: [PATCH] =?UTF-8?q?CAM2848=20-=20Probl=C3=A8me=20de=20l'affichage?= =?UTF-8?q?=20d=C3=A9taill=C3=A9=20d'une=20notice=20=C3=A0=20l'OPAC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix du JQuery qui prend en charge la DataTable de opac-detail.tt http://bugs.koha-community.org/show_bug.cgi?id=15636 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 3b5c404..20f760f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1435,7 +1435,9 @@ $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, { "aoColumns": [ [% IF ( item_level_itypes ) %]null,[% END %] - null, + [% UNLESS ( singleBranchModel ) %] + [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] + [% END %] [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] [% IF ( itemdata_ccode ) %]null,[% END %] null, -- 1.9.1