From fbc151c16dea70f20278dc60f76c72569192538d Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 4 Dec 2007 17:40:43 -0600 Subject: [PATCH] Auth.pm should have "CAN_user_updatecharges" (plural), and this change to InstallAuth.pm should catch it. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/InstallAuth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm index 12d8d53607..2f39aab3c4 100644 --- a/installer/InstallAuth.pm +++ b/installer/InstallAuth.pm @@ -150,7 +150,7 @@ sub get_template_and_user { $template->param( CAN_user_reserveforothers => 1 ); $template->param( CAN_user_borrow => 1 ); $template->param( CAN_user_editcatalogue => 1 ); - $template->param( CAN_user_updatecharge => 1 ); + $template->param( CAN_user_updatecharges => 1 ); $template->param( CAN_user_acquisition => 1 ); $template->param( CAN_user_management => 1 ); $template->param( CAN_user_tools => 1 ); -- 2.11.0