From 20bc7d869c0380f6021d8260da21e22b596a6bb6 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 11 Apr 2018 17:19:38 +0100 Subject: [PATCH] Bug 11897: (follow-up) Fix rebasing issue with templates --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 2bc3801ce3..e590787ab5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/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 -%] -- 2.17.1