From 451e853c65aaaf776f65cdd5afa1df43bb4d4483 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 26 Mar 2025 10:13:54 +0000 Subject: [PATCH] Bug 35604: (QA follow-up): Remove occurrences of 'auto' and 'automatic' User testing reported that making a UI distinction between 'regular' and 'automatic' ILL requests is redundant. This patch reverts it. --- Koha/ILL/Backend/intra-includes/create.inc | 6 +----- Koha/ILL/Backend/opac-includes/create.inc | 6 +----- koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc index 00ed751e05b..7f45536d487 100644 --- a/Koha/ILL/Backend/intra-includes/create.inc +++ b/Koha/ILL/Backend/intra-includes/create.inc @@ -17,11 +17,7 @@ [% END %] [% IF whole.stage == "form" %] -[% IF Koha.Preference('AutoILLBackendPriority') %] -

Create an automatic ILL request

-[% ELSE %] -

Create a manual ILL request

-[% END %] +

Create an ILL request

[% INCLUDE 'csrf-token.inc' %]
diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc index 72c137c9cc4..1b14f8dd02b 100644 --- a/Koha/ILL/Backend/opac-includes/create.inc +++ b/Koha/ILL/Backend/opac-includes/create.inc @@ -30,11 +30,7 @@ [% SET opac = whole.value.other.opac %] [% IF whole.stage == "form" %] -[% IF Koha.Preference('AutoILLBackendPriority') %] -

Create an automatic ILL request

-[% ELSE %] -

Create a manual ILL request

-[% END %] +

Create an ILL request

[% INCLUDE 'csrf-token.inc' %]
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 acf59c9ad8d..1c85da4f629 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-toolbar.inc @@ -3,7 +3,7 @@
[% IF backends_available %] [% IF Koha.Preference('AutoILLBackendPriority') %] - New auto ILL request + New ILL request [% ELSIF backends.size > 1 %]