From 293f42e37e81c01de0cac6661bda5ea7061da4ce 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 Signed-off-by: Emily Lamancusa --- .../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 623e40d04b..636c9dfa43 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 @@ -20,10 +20,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.34.1