@@ -, +, @@ --- catalogue/stockrotation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/catalogue/stockrotation.pl +++ a/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', }, } ); --