https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29257 Andrii Veremeienko <andriiverem@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126409|0 |1 is obsolete| | --- Comment #2 from Andrii Veremeienko <andriiverem@gmail.com> --- Created attachment 126410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126410&action=edit Bug 29257: Redundant slash in the URL appear during item level hold placing The solution was to get rid of adding slash to $biblionumbers directly and join slash only in place when it's needed. How to test: 1. Search for an item; 2. Select single item, click 'Place hold'; 3. Enter a patron card number; 4. Complete hold placing by clicking 'Place hold'; 5. Note that after redirection to the page with hold list, URL doesn't contain slash after biblionumber parameter; E.g.: request.pl?biblionumbers=233 -- You are receiving this mail because: You are watching all bug changes.