Bugzilla – Attachment 161848 Details for
Bug 35949
Useless code pointing to branchreserves.pl in request.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35949: Remove useless code pointing to branchreserves.pl in request.tt
Bug-35949-Remove-useless-code-pointing-to-branchre.patch (text/plain), 1.84 KB, created by
Emily Lamancusa (emlam)
on 2024-02-07 20:46:45 UTC
(
hide
)
Description:
Bug 35949: Remove useless code pointing to branchreserves.pl in request.tt
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-02-07 20:46:45 UTC
Size:
1.84 KB
patch
obsolete
>From 6268fffd730b7a85f7a6edea7d988441b6346b2b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 30 Jan 2024 16:40:17 +0100 >Subject: [PATCH] Bug 35949: Remove useless code pointing to branchreserves.pl > in request.tt > >messagetransfert is never set (it is from circ/waitingreserves.pl, `git grep messagetransfert`) and branchreserves.pl does not exist! > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../intranet-tmpl/prog/en/modules/reserve/request.tt | 11 ----------- > 1 file changed, 11 deletions(-) > >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 025d5b0ca1..d15e16743c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -168,17 +168,6 @@ > </div> > [% END %] > >- [% IF ( messagetransfert ) %] >- <div class="dialog message"> >- <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2> >- <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item. >- </p> >- <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post"> >- <input type="submit" class="button" /> >- </form> >- </div> >- [% END %] >- > [% UNLESS ( multi_hold ) %] > <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2> > [% ELSE %] >-- >2.34.1
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 35949
:
161647
|
161697
| 161848