From 300bebe62bf056c779be82994b186544a53ac42e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 4 May 2018 12:26:39 -0300 Subject: [PATCH] Bug 20284: (QA follow-up) superlibrarian has ill permissions Signed-off-by: Tomas Cohen Arazi --- C4/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Auth.pm b/C4/Auth.pm index 00dedcb22a..7442b1dd78 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -313,6 +313,7 @@ sub get_template_and_user { $template->param( CAN_user_plugins => 1 ); $template->param( CAN_user_coursereserves => 1 ); $template->param( CAN_user_clubs => 1 ); + $template->param( CAN_user_ill => 1 ); foreach my $module ( keys %$all_perms ) { foreach my $subperm ( keys %{ $all_perms->{$module} } ) { -- 2.17.0