[Koha-bugs] [Bug 27301] Harmonize methods for providing biblionumbers to opac-reserve.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 23 07:42:09 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27301

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
Created attachment 114661
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114661&action=edit
Bug 27301: Pass biblionumbers to opac-reserve.pl in one style only

This patch forces biblionumbers to be passed to opac-reserve.pl as
individual "biblionumber" parameters instead of sending a concatenated
string as a "biblionumbers" parameter.

Test plan:

_Search Results_
1. Go to
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
2. Checkbox # 1 and # 2
3. Click "Place hold"
4. Click "Confirm hold"
5. Note that holds are made
6. Cancel holds to prepare for next test...

_Cart_
1. Go to
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
2. Checkbox # 1 and # 2
3. Add to cart
4. Click on "Cart"
5. Click "Select all"
6. Click "Place hold"
7. Click "Confirm hold"
8. Note that holds are made
9. Cancel holds to prepare for next test...

_List_
1. Go to
http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
2. Checkbox # 1 and # 2
3. Add to new list
4. Click on list
5. Click "Select all"
6. Click "Place hold"
7. Click "Confirm hold"
8. Note that holds are made
9. Cancel holds to prepare for next test...

_Detail page_
1. Go to http://localhost:8080/cgi-bin/koha/opac-detail.pl?biblionumber=29
2. Click "Place hold"
3. Click "Confirm hold"
4. Note that holds are made
5. Cancel hold (because you may as well at this point)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list