Bugzilla – Attachment 162504 Details for
Bug 36103
Remove the "Cancel hold" link for item level holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36103: Remove the "Cancel hold" link for item level holds
Bug-36103-Remove-the-Cancel-hold-link-for-item-lev.patch (text/plain), 1.61 KB, created by
Owen Leonard
on 2024-02-27 15:16:18 UTC
(
hide
)
Description:
Bug 36103: Remove the "Cancel hold" link for item level holds
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-02-27 15:16:18 UTC
Size:
1.61 KB
patch
obsolete
>From e28aca63857e80f58058f11194adff56dd9a598d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 27 Feb 2024 08:40:53 -0500 >Subject: [PATCH] Bug 36103: Remove the "Cancel hold" link for item level holds > >This link is broken and doesn't make sense from a UI/UX perspective >and thus should be removed. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 025d5b0ca15..7d42a907684 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -874,7 +874,6 @@ > <span>On hold expected at [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %]</span> > [% END %] > [% END %] >- <a class="info cancel-hold" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&CancelItemnumber=[% itemloo.itemnumber | html %]">Cancel hold</a> > [% END # /IF itemloo.nocancel %] > [% ELSE %] > Not on hold >-- >2.30.2
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 36103
:
162492
|
162502
|
162504
|
162513