https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36120 --- Comment #60 from Nick Clemens <nick@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.