From 4acf3eb3a8c7beccdc40926824bfaa710deb11fa Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 16 Jun 2025 21:57:51 +0000 Subject: [PATCH] Bug 36135: Fix syntax error in permissions.inc Sponsored-by: Koha-Suomi Oy --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index e42fcf8e67d..9cfdae7ef45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -369,10 +369,8 @@ Perform batch extend due dates ([% name | html %]) [%- CASE 'batch_modify_holds' -%] - - Perform batch modification of holds - - ([% name | html %]) Perform batch modification of holds + ([% name | html %]) [%- CASE 'edit_calendar' -%] Define days when the library is closed ([% name | html %]) -- 2.39.5