From 105034928b10a7bc4fa6aff701ff802fe2969410 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 7 Oct 2013 11:41:22 +0200 Subject: [PATCH] Bug 11003: intranet cart email broken A call to yuiToolbar breaks js code on the cart page. Test plan: - add some biblio to your cart - open the cart - try to send the cart, the url is basket/sendbasket.pl?bib_list=null - apply the patch - reload the cart view - try to send the cart, the url is now basket/sendbasket.pl?bib_list=X,Y,Z --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index c07cc74..0545961 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/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 }} }); -- 1.7.10.4