Bugzilla – Attachment 86456 Details for
Bug 18589
Show ILLs as part of patron profile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18589: (follow-up) Remove redundant-ness
Bug-18589-follow-up-Remove-redundant-ness.patch (text/plain), 1.15 KB, created by
Andrew Isherwood
on 2019-03-11 14:20:23 UTC
(
hide
)
Description:
Bug 18589: (follow-up) Remove redundant-ness
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2019-03-11 14:20:23 UTC
Size:
1.15 KB
patch
obsolete
>From 262685b4641ebbcf902c90b54bb5d16383d7374c Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 11 Mar 2019 14:19:36 +0000 >Subject: [PATCH] Bug 18589: (follow-up) Remove redundant-ness > >Following feedback from Josef via IRC, removing redundant code >--- > members/ill-requests.pl | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/members/ill-requests.pl b/members/ill-requests.pl >index fad46ea91f..cb02c73eee 100755 >--- a/members/ill-requests.pl >+++ b/members/ill-requests.pl >@@ -22,8 +22,6 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > use C4::Auth; > use C4::Output; >-use C4::Members; >-use C4::Members::Attributes qw(GetBorrowerAttributes); > use Koha::Patrons; > > my $input = new CGI; >@@ -45,7 +43,6 @@ my $logged_in_user = Koha::Patrons->find( $loggedinuser ) or die "Not logged in" > my $patron = Koha::Patrons->find( $borrowernumber ); > output_and_exit_if_error( $input, $cookie, $template, { module => 'members', logged_in_user => $logged_in_user, current_patron => $patron } ); > >-my $category = $patron->category; > $template->param( > prefilters => "borrowernumber=$borrowernumber", > patron => $patron, >-- >2.11.0
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 18589
:
74809
|
79692
|
82177
|
82513
|
84197
|
84199
|
84204
|
84792
|
84796
|
86432
|
86433
|
86456
|
86465
|
86504
|
86506
|
86507
|
86714
|
86715
|
86716
|
86717
|
86718
|
86719
|
86720
|
86721
|
86722
|
86735
|
86736
|
86737