30 Sep
2016
30 Sep
'16
5:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752 --- Comment #6 from Marc Véron <veron@veron.ch> --- Hi Jonathan, With patch applied I can not open the checkout page e.g. from the link "My checkouts" or the link "Check out" at the left hand of a patron detail page. To make it work, I changed the following line: if (C4::Context->preference("AutoSwitchPatron") ) { to: if (C4::Context->preference("AutoSwitchPatron") && $query->param('barcode') ) { With this change, the patch behaves as expected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.