From 3181bdda5f2e74b126ee3273b3c7d528d93139d9 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 29 Aug 2025 07:44:30 +0100 Subject: [PATCH] Bug 40656: (QA follow-up) Destroy formatting for QA script We really need a better fix at the translation script level for bug 18675. This change makes the template so much less readable! Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/bookings/list.tt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt index b779c888967..6ec19ecb498 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt @@ -41,15 +41,7 @@

Bookings for [% INCLUDE 'biblio-title-head.inc' %]

- [% - INCLUDE 'additional-filters.inc' - filters = [ - { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') }, - { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') }, - ] - filter_class = 'bookings' - %] - + [% INCLUDE 'additional-filters.inc' filters = [ { id = 'filter-expired', label_show = t('Include expired'), label_hide = t('Exclude expired') }, { id = 'filter-cancelled', label_show = t('Include cancelled'), label_hide = t('Exclude cancelled') }, ] filter_class = 'bookings' %]
-- 2.51.0