From bc4cd3c4d2126868730c420c26c235375d0bd574 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 1 Aug 2025 16:08:06 +0000 Subject: [PATCH] Bug 39917: (QA follow-up) Correct spelling and remove

tag around form QA tools complained --- .../prog/en/modules/ill/ill-requests.tt | 36 +++++++++---------- t/db_dependent/Koha/ILL/Requests.t | 2 +- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index ecd6eb56591..a8bd0f4d995 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -121,25 +121,23 @@

Complete ILL request

Proceeding with this action will set this request to 'Completed'.

You can select a status alias from the available options:

-

- [% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] - [% proceed_url = base_url _ "?method=mark_completed&stage=complete" _ "&illrequest_id=" _ request.illrequest_id %] -

- - - - -
- - Cancel -
-
-

+ [% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] + [% proceed_url = base_url _ "?method=mark_completed&stage=complete" _ "&illrequest_id=" _ request.illrequest_id %] +
+ + + + +
+ + Cancel +
+
[% ELSIF op == 'cud-cancel' and !whole.error %]

Cancel a confirmed request

[% PROCESS $whole.template %] diff --git a/t/db_dependent/Koha/ILL/Requests.t b/t/db_dependent/Koha/ILL/Requests.t index 2f6f8a36690..29e368ba981 100755 --- a/t/db_dependent/Koha/ILL/Requests.t +++ b/t/db_dependent/Koha/ILL/Requests.t @@ -194,7 +194,7 @@ subtest 'Basic object tests' => sub { isnt( $illrq_obj->status, 'COMP', - "ILL_STATUS_ALIAS is not empty. ILL is not immediatelly complete." + "ILL_STATUS_ALIAS is not empty. ILL is not immediately complete." ); is( -- 2.39.5