https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130938|0 |1 is obsolete| | Attachment #130939|0 |1 is obsolete| | Attachment #130940|0 |1 is obsolete| | Attachment #130941|0 |1 is obsolete| | Attachment #130942|0 |1 is obsolete| | Attachment #130943|0 |1 is obsolete| | --- Comment #45 from Jonathan Druart <[email protected]> --- Created attachment 131349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131349&action=edit Bug 28782: Use query param list instead of splitting elements using '/' This removes the need to handle single and multiple cases separately, thus removing bunch if-else cases and simplifying our code. This coding style is also in line with our other .pl scripts. To test: 1) Make sure placing a hold still works from the following pages: /cgi-bin/koha/catalogue/detail.pl?biblionumber=XXX /cgi-bin/koha/catalogue/search.pl?q=a /cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=XXXX /cgi-bin/koha/clubs/clubs.pl (create a new club and add a patron there and through the clubs.pl create a hold to a bib) Signed-off-by: Hayley Pelham <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
