From 0f476f997dbea299edfba32f260a9d1cdc06d098 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 13 Nov 2025 14:15:45 +0000 Subject: [PATCH] Bug 41249: Update toolbar batches button logic Same behaviour as regular 'new ILL request' button, i.e. if AutoILLBackendPriorty sys pref is being used, do not present the backend options upon clicking 'new batch' --- .../prog/en/includes/ill-toolbar.inc | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) 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..027da3ba215 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc @@ -26,16 +26,20 @@ [% END %] [% IF have_batch.size > 0 && metadata_enrichment_services %]
- + [% IF Koha.Preference('AutoILLBackendPriority') %] + New ILL requests batch + [% ELSE %] + + [% END %] Batch requests
[% END %] -- 2.39.5