@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -115,8 +115,7 @@ [%# self_check %] [%- CASE 'self_checkin_module' -%]Log into the self check-in module. Note: this permission prevents the patron from using any other OPAC functionality [%- CASE 'self_checkout_module' -%]Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID - [%- END -%] [%- CASE 'can_add_items_rotas' -%]Add and remove items from rotas [%- CASE 'can_edit_rotas' -%]Create, edit and delete rotas - [%- END -%] + [%- END -%] [%- END -%] --