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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-4 / +1 lines)
Lines 764-772 var MSG_CONFIRM_REMOVE_SHARE = _("Are you sure you want to remove this share?"); Link Here
764
        } else {
764
        } else {
765
            var bibs = "";
765
            var bibs = "";
766
            $(checkedBoxes).each(function(){
766
            $(checkedBoxes).each(function(){
767
                var name = $(this).attr("name");
767
                bibs += $(this).val() + "/";
768
                bib = name.substr(4);
769
                bibs += bib + "/";
770
            });
768
            });
771
            document.location = "/cgi-bin/koha/opac-reserve.pl?biblionumbers="+bibs;
769
            document.location = "/cgi-bin/koha/opac-reserve.pl?biblionumbers="+bibs;
772
        }
770
        }
773
- 

Return to bug 16151