@@ -, +, @@ - add some biblio to your cart - open the cart - a js error occurs (see it with firebug): ReferenceError: yuiToolbar is not defined - apply the patch - retry and verify the error does not appear anymore. --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 - 1 file changed, 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -62,7 +62,6 @@ function placeHold () { $(".holdsep").text("| "); $(".hold").text(_("Place Hold")); $("#downloadcartc").empty(); - yuiToolbar(); $("#itemst").tablesorter({ headers: { 0: { sorter: false }} }); --