Bugzilla – Attachment 53994 Details for
Bug 17020
findborrower is not used in circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17020: Do no pass findborrower to the template
SIGNED-OFF-Bug-17020-Do-no-pass-findborrower-to-th.patch (text/plain), 1004 bytes, created by
Owen Leonard
on 2016-08-04 15:41:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17020: Do no pass findborrower to the template
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-08-04 15:41:40 UTC
Size:
1004 bytes
patch
obsolete
>From f728d320dee1d16e850559a1585022ca013a7454 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 28 Jul 2016 12:58:30 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 17020: Do no pass findborrower to the > template >Content-Type: text/plain; charset="utf-8" > >Indeed, it's not used! > >Test plan: > git grep '\[% findborrower' >should not return any result. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > circ/circulation.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index ed00e2d..eddd996 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -624,7 +624,6 @@ if ($restoreduedatespec || $stickyduedate) { > $template->param( > librarian_messages => $librarian_messages, > patron_messages => $patron_messages, >- findborrower => $findborrower, > borrower => $borrower, > borrowernumber => $borrowernumber, > categoryname => $borrower->{'description'}, >-- >2.1.4
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 17020
:
53905
|
53994
|
54110