Bugzilla – Attachment 33664 Details for
Bug 12971
Regression: Patron print summary doesn't show checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts
Bug-12971-QA-Followup---Fix-error-caused-by-patron.patch (text/plain), 788 bytes, created by
Kyle M Hall (khall)
on 2014-11-18 19:10:15 UTC
(
hide
)
Description:
Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-11-18 19:10:15 UTC
Size:
788 bytes
patch
obsolete
>From 1d147f385aa4d1d2b79693a815fdcdaec6e38515 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 18 Nov 2014 13:20:19 -0500 >Subject: [PATCH] Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts > >--- > members/summary-print.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/members/summary-print.pl b/members/summary-print.pl >index 208d2f9..39897db 100755 >--- a/members/summary-print.pl >+++ b/members/summary-print.pl >@@ -76,7 +76,7 @@ output_html_with_http_headers $input, $cookie, $template->output; > sub build_issue_data { > my $issues = shift; > >- my $return; >+ my $return = []; > > my $today = DateTime->now( time_zone => C4::Context->tz ); > $today->truncate( to => 'day' ); >-- >1.7.2.5
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 12971
:
33621
|
33623
|
33625
|
33628
|
33650
|
33664
|
33665
|
33666
|
35484