From 0f0a3cd03254f3424447b91bd1f2789cb25048c0 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 80a7c8a3c7..ef785214e7 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.14.2