From 258fc65b5471397c85e6efa0474cf82c1cde6e58 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 31 Aug 2018 13:51:18 -0300 Subject: [PATCH] Bug 21293: Remove another misplaced html filter on housebound.tt Content-Type: text/plain; charset=utf-8 Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt index 8bf892f..4fb644c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt @@ -329,7 +329,7 @@
  1. Delivery day: - [% hpd = housebound_profile.day | html %] + [% hpd = housebound_profile.day %] [% IF hpd == 'any' %] Any [% ELSIF hpd == 'monday' %] -- 2.1.4