Bugzilla – Attachment 185235 Details for
Bug 40600
Typo in ILL requests template: "Complete request request"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40600: Fix typo in ILL request template
Bug-40600-Fix-typo-in-ILL-request-template.patch (text/plain), 1.63 KB, created by
Owen Leonard
on 2025-08-07 16:59:34 UTC
(
hide
)
Description:
Bug 40600: Fix typo in ILL request template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-07 16:59:34 UTC
Size:
1.63 KB
patch
obsolete
>From 817f3bf6be79856e8d9497f74cc66a47b99b11e2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 7 Aug 2025 16:40:20 +0000 >Subject: [PATCH] Bug 40600: Fix typo in ILL request template > >This patch fixes a typo in the staff interface's ILL request template, >removing an extra word. > >I'm not sure how to test the patch via the interface. It looks like >'mark_completed' action doesn't involve a confirmation step, so the >relevant case in the breadcrumbs menu logic doesn't ever get triggered. > >However, examining the patch should be sufficient for QA. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a8bd0f4d995..b5cfe2c8680 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 >@@ -46,7 +46,7 @@ > [% ELSIF op == 'confirm' %] > <span>Confirm request [% request.id_prefix _ request.illrequest_id | html %]</span> > [% ELSIF op == 'mark_completed' %] >- <span>Complete request request [% request.id_prefix _ request.illrequest_id | html %]</span> >+ <span>Complete request [% request.id_prefix _ request.illrequest_id | html %]</span> > [% ELSIF op == 'delete_confirm' %] > <span>Delete request [% request.id_prefix _ request.illrequest_id | html %]</span> > [% ELSIF op == 'generic_confirm' %] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40600
:
185235
|
185487