12 Apr
2021
12 Apr
'21
1:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28118 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #1)
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');
That change slipped in inadvertently! -- You are receiving this mail because: You are watching all bug changes.