@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -67,6 +67,7 @@ function placeHold () { } $(document).ready(function(){ + $("#items-popover").popover(); $("#CheckAll").click(function(){ var checked = []; $("#bookbag_form").checkCheckboxes("*", true).each( @@ -355,7 +356,7 @@ function placeHold () { [% UNLESS ( print_basket ) %] [% END %] Title Item type - Items + Items [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] --