[Koha-bugs] [Bug 15492] Stand alone self check-in tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 17:49:54 CEST 2018


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

--- Comment #50 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Test in C4::Auth does not test if the AutoSelfCheckID patron has
self_checkout_module permission:

 185         if (
 186 # If the user logged in is the SCO user and they try to go out of the SCO
module,
 187 # log the user out removing the CGISESSID cookie
 188                $in->{template_name} !~ m|sco/|
 189             && $user
 190             && C4::Context->preference('AutoSelfCheckID')
 191             && $user eq C4::Context->preference('AutoSelfCheckID')
 192           )
 193         {
 194             $kick_out = 1;
 195         }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list