[Koha-bugs] [Bug 15752] Automatically switch patron during circulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 30 18:47:58 CEST 2016


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

--- Comment #6 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list