https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36870
Bug ID: 36870
Summary: Don't ask for pickup location when there is only one
library
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
When placing multiple holds, DefaultHoldPickupLocation doesn't select a default
library (probably since items can have different home or holding libraries).
But in installations where there is only one library, it adds an unnecessary
step to select a pickup library.
To recreate:
0. If you have more than one library, you need to move the items and patrons to
one library and delete the others. For example, in KTD
ktd --dbshell
update borrowers set branchcode = 'CPL';
update items set homebranch = 'CPL', holdingbranch = 'CPL';
Then go to Administration > Libraries and delete all the libraries except
Centerville.
1. In the staff interface, search the catalog with a term that will return a
couple of items (e.g. Shakespeare)
2. In the search results, select two or more results
3. Click Place hold
4. Search for a patron (e.g. Acevedo)
--> "Pickup at" and "Pickup location" are empty and the staff member must
select the library
These fields should default to the single library.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/