[Koha-bugs] [Bug 36120] Add pickup locations to Bookings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 19:08:54 CET 2024


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

--- Comment #60 from Nick Clemens <nick at bywatersolutions.com> ---
This works great in a lot of ways, but I found a couple issues:
1 - We need unit tests for the pickup_locations change and the API
2 - The pickup_locations for items should be set from the list for that item,
not from the entire bib so far:
    for my $location (@pickup_locations) {
    should be
    for my $location (@{$item_pickup_locations}) {
3 - When changing branches, item options are disabled - if there are 100+ items
you may have to scroll through all the disabled options to find the correct one
4 - If you click on any single item, the 'Any item' option is disabled and
cannot be chosen again
5 - The pickup_library_id is defaulted to NULL - it should be NOT NULL to match
hold pickup location

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


More information about the Koha-bugs mailing list