https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29259 --- Comment #1 from Andrii Veremeienko <andriiverem@gmail.com> --- Description: After placing hold with multiple items user is redirected to a link which contains slashes instead of encoded slashes as a delimiters between biblionumbers. The slash '/' character is reserved for the delimiting of substrings whose relationship is hierarchical. So for biblionumbers enumeration encoded slash should be used. Steps to reproduce: 1. Search for an items; 2. Select multiple items and start placing hold for them; 3. Enter a patron card number; 4. Complete hold placing by clicking 'Place hold'; 5. Note that after redirection hold list, URL contains slashes '/' instead of encoded slashes '%2F' as a delimiters between biblionumbers; e.g.: request.pl?biblionumbers=233/54 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.