From f2eab27494882c30cfd26902b13e3f8b926e652f 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 No test plan. Read the patch. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard --- .../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