Bugzilla – Attachment 123312 Details for
Bug 28768
OPAC reading history page (opac-readingrecord.pl) wont display news items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28768: (QA follow-up) Remove unused variable
Bug-28768-QA-follow-up-Remove-unused-variable.patch (text/plain), 825 bytes, created by
Nick Clemens (kidclamp)
on 2021-07-30 12:15:06 UTC
(
hide
)
Description:
Bug 28768: (QA follow-up) Remove unused variable
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-07-30 12:15:06 UTC
Size:
825 bytes
patch
obsolete
>From 38fe33b9cff572e52c9eb8407a529eae307c4058 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 30 Jul 2021 12:12:17 +0000 >Subject: [PATCH] Bug 28768: (QA follow-up) Remove unused variable > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-readingrecord.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/opac/opac-readingrecord.pl b/opac/opac-readingrecord.pl >index 925407d4eb..927c37b275 100755 >--- a/opac/opac-readingrecord.pl >+++ b/opac/opac-readingrecord.pl >@@ -54,8 +54,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > } > ); > >-my $borr = Koha::Patrons->find( $borrowernumber )->unblessed; >- > my $itemtypes = { map { $_->{itemtype} => $_ } @{ Koha::ItemTypes->search_with_localization->unblessed } }; > > # get the record >-- >2.20.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 28768
:
123230
|
123241
|
123311
| 123312 |
127339