https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27863 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org, | |kyle@bywatersolutions.com, | |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I think this is the right approach for this series of bugs, related to rendering pickup locations. One doubt remains: I picked the 'any' value for x-koha-override. But the implementation does a Koha::Libraries->search({ pickup_location => 1 }) when the override is passed and conditions met... and I was wondering, could we want to override that condition as well? If we consider that could be necessary, then we should use something like 'object_pickup_locations' (sorry, didn't find something better) and then pick some other keyword for pickup_location => 1, and reserve 'any' for overriding them all. Hope my doubt makes sense, and I get some valuable feedback. Thanks! -- You are receiving this mail because: You are watching all bug changes.