[Koha-bugs] [Bug 28118] Fix missing "selected" attribute in "Pickup at" dropdown

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 9 14:45:37 CEST 2021


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|NEW                         |ASSIGNED
           Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com
                   |ity.org                     |
         Depends on|                            |27071

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Certainly caused by
  commit aa221e0c8bcf0fa0377d6c2154bad0ef61c97a2b
  Bug 27071: Use GetReservesControlBranch to pick the branch

-my $pickup = $input->param('pickup') || C4::Context->userenv->{'branch'};
+my $pickup = $input->param('pickup');


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27071
[Bug 27071] Hold pickup library match not enforced correctly on intranet when
using hold groups
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list