Bugzilla – Attachment 4052 Details for
Bug 5199
Renewals do not add branchcode to statistics table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up patch
0002-Bug-5199-Followup-patch-fixing-a-bug-with-NULL-optio.patch (text/plain), 709 bytes, created by
Chris Cormack
on 2011-05-06 19:23:11 UTC
(
hide
)
Description:
Follow up patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-06 19:23:11 UTC
Size:
709 bytes
patch
obsolete
>From 92dc532a44f9d94613847c38ecdba06486341ba1 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Sat, 7 May 2011 07:20:08 +1200 >Subject: [PATCH] Bug 5199 : Followup patch, fixing a bug with NULL option > >--- > opac/opac-renew.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-renew.pl b/opac/opac-renew.pl >index 15b3b5c..dd3dcf2 100755 >--- a/opac/opac-renew.pl >+++ b/opac/opac-renew.pl >@@ -63,7 +63,7 @@ for my $itemnumber ( @items ) { > my $issue = GetOpenIssue($itemnumber); > $branchcode = $issue->{'branchcode'}; > } >- elsif ($renewalbranch eq 'null'){ >+ elsif ($renewalbranch eq 'NULL'){ > $branchcode=''; > } > else { >-- >1.7.4.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 5199
:
4045
| 4052