From a6c36ab29aada445649e2502ce0f649ff4304203 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 14 Aug 2024 07:56:12 +0200 Subject: [PATCH] Revert "Bug 37255: Fix handling of "All" values on waiting hold cancellation policy" This reverts commit e0211501384a72481ade9d6ca74162b7d7059dd7. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index f3e06a0043..b74d3cae59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -884,14 +884,14 @@ [% IF ( waiting_hold_cancellation.defined && waiting_hold_cancellation != '' ) %] - [% IF c == undef %] + [% IF c == '*' %] All [% ELSE %] [% Categories.GetName(c) | html %] [% END %] - [% IF i == undef %] + [% IF i == '*' %] All [% ELSE %] [% ItemTypes.GetDescription(i,1) | html %] -- 2.39.5