View | Details | Raw Unified | Return to bug 11003
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-2 lines)
Lines 62-68 function placeHold () { Link Here
62
        $(".holdsep").text("| ");
62
        $(".holdsep").text("| ");
63
        $(".hold").text(_("Place Hold"));
63
        $(".hold").text(_("Place Hold"));
64
        $("#downloadcartc").empty();
64
        $("#downloadcartc").empty();
65
        yuiToolbar();
66
        $("#itemst").tablesorter({
65
        $("#itemst").tablesorter({
67
            headers: { 0: { sorter: false }}
66
            headers: { 0: { sorter: false }}
68
        });
67
        });
69
- 

Return to bug 11003