From c1e609723cb668607c431fcf72fe5436adab2223 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 17 Nov 2025 14:42:52 +0000 Subject: [PATCH] Bug 41257: Fix wording condition check To reproduce: 1) Enable ILLModule 2) Visit ILL requests: /cgi-bin/koha/ill/ill-requests.pl 3) Where 'List requests' show, it should show 'Refresh'. 4) Apply patches, refresh, notice it now shows 'Refresh'. Signed-off-by: Lisette Scheer --- koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc index 1c85da4f629..da461c30155 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc @@ -19,7 +19,7 @@ [% ELSE %] New ILL request [% END %] - [% IF query_type == 'illlist' %] + [% IF op == 'illlist' %] Refresh [% ELSE %] List requests -- 2.39.5