From 74f22735a754c389186a70345b64c728be668ae3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 26 Jun 2023 12:00:57 +0000 Subject: [PATCH] Bug 23059: (QA follow-up) Put status strings in a span Content-Type: text/plain; charset=utf-8 No test plan. Read the patch. Signed-off-by: Marcel de Rooy --- .../prog/en/modules/reports/reserves_stats.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt index 937146f110..2fb4129dec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt @@ -12,10 +12,10 @@ [% BLOCK reservestatus %] [% IF field == 'reservestatus' %] [% SWITCH value %] - [% CASE 'C'%]Cancelled - [% CASE 'F'%]Filled - [% CASE 'P'%]Placed - [% CASE 'W'%]Waiting + [% CASE 'C'%]Cancelled + [% CASE 'F'%]Filled + [% CASE 'P'%]Placed + [% CASE 'W'%]Waiting [% END %] [% ELSE %] [% value | html %] -- 2.30.2