From 8962253678caaf26865f62b6216182b32a6e8667 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 18 Jun 2018 14:37:48 +0100 Subject: [PATCH] Bug 11897: (follow-up) Correct bug in referenced permission --- catalogue/stockrotation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogue/stockrotation.pl b/catalogue/stockrotation.pl index bf38d91625..cc3008d97c 100755 --- a/catalogue/stockrotation.pl +++ b/catalogue/stockrotation.pl @@ -59,7 +59,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user( authnotrequired => 0, flagsrequired => { catalogue => 1, - stockrotation => 'can_user_stockrotation_can_edit_rotas', + stockrotation => 'can_add_items_rotas', }, } ); -- 2.17.1