Bugzilla – Attachment 3932 Details for
Bug 6195
manage tab in opac on serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patcg to tidy up C4::Serials rtn
0001-Bug-6195-Supplemental-Remove-redundant-variable.patch (text/plain), 848 bytes, created by
Colin Campbell
on 2011-04-15 12:04:18 UTC
(
hide
)
Description:
Patcg to tidy up C4::Serials rtn
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-15 12:04:18 UTC
Size:
848 bytes
patch
obsolete
>From 5da288d9b6d76c1b2afb2298fd02881212441dbe Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Fri, 15 Apr 2011 12:52:31 +0100 >Subject: [PATCH] [Bug 6195 - Supplemental] Remove redundant variable >Content-Type: text/plain; charset="utf-8" > >The 'first' element in the structure PrepareSerialsData >was only used in the opac template. Remove assignment >as it is now obsolete (and potentially confusing ) >--- > C4/Serials.pm | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index 32c9bcb..1f8c170 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -441,7 +441,6 @@ sub PrepareSerialsData { > foreach my $key ( sort { $b cmp $a } keys %tmpresults ) { > push @res, $tmpresults{$key}; > } >- $res[0]->{'first'} = 1; > return \@res; > } > >-- >1.7.4.2 >
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 6195
:
3929
|
3931
| 3932