https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782 Bug ID: 28782 Summary: Get rid of custom query param list creation for request.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com This bug is opened to simplify the query param handling of reserve.pl which currently supports passing the reservable biblionumber using two different query param variables: biblionumber=XXXX biblionumbers=XXXX/YYYY/ZZZZ Almost all our other scripts use the query param duplication and ->multi_param() instead of custom list creation. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.