Bugzilla – Attachment 161647 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.71 KB, created by
Jonathan Druart
on 2024-01-30 15:40:55 UTC
(
hide
)
Description:
Bug 35949: Remove useless code pointing to branchreserves.pl in request.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-30 15:40:55 UTC
Size:
1.71 KB
patch
obsolete
>From f8b6faec78d08bc7311475e5c5484d7b1b9509ba 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! >--- > .../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 98bdd91c17e..825f32ed0cf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -167,17 +167,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