https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660
--- Comment #10 from Marcel de Rooy <[email protected]> --- || ( C4::Context->preference('AutoSelfCheckID') && $q_userid eq C4::Context->preference('AutoSelfCheckID') ) Feels to me that this would need some additional checks? Like AutoSelfCheckAllowed enabled? Are we here in a self checkout context? Elsewhere I see matches for the template name? Or $query->param('koha_login_context') ne 'sco' ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
