[Bug 15492] Stand alone self check-in tool
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15492 --- Comment #50 from Jonathan Druart <jonathan.druart@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org