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

--- Comment #6 from Marc VĂ©ron <ve...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to