Bug 20479: Use $flag instead of fetching patron
[koha.git] / C4 / Auth.pm
index e0cbbc5..3f1c9dd 100644 (file)
@@ -204,7 +204,8 @@ sub get_template_and_user {
                 $in->{template_name} =~ m|sco/| && haspermission(
                     $user, { self_check => 'self_checkout_module' }
                 )
-            ) && Koha::Patrons->find({userid=>$user}) && Koha::Patrons->find({userid=>$user})->flags != 1
+            )
+            && $flags && $flags->{superlibrarian} != 1
           )
         {
             $kick_out = 1;