Bugzilla – Attachment 40770 Details for
Bug 14483
Warns when printing summary slip for patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14483: Same change but better
Bug-14483-Same-change-but-better.patch (text/plain), 927 bytes, created by
Aleisha Amohia
on 2015-07-03 03:43:59 UTC
(
hide
)
Description:
Bug 14483: Same change but better
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2015-07-03 03:43:59 UTC
Size:
927 bytes
patch
obsolete
>From e2e1aec468cea438f47486c826823c94af4fef87 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Fri, 3 Jul 2015 01:00:27 +0000 >Subject: [PATCH] Bug 14483: Same change but better > >Use of uninitialized value $roadtype > >To test: >1) Go to any patron's page, click Print --> Print summary >2) Notice warns in error log >3) Click cancel, apply patch, reload page >4) Click Print --> Print summary >5) Notice warns are gone and page still works correctly >--- > members/summary-print.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/summary-print.pl b/members/summary-print.pl >index fa2efaa..a808aae 100755 >--- a/members/summary-print.pl >+++ b/members/summary-print.pl >@@ -57,6 +57,7 @@ foreach my $accountline (@$accts) { > my $roadtype = > C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $data->{streettype} ); > $roadtype //= ''; >+ > our $totalprice = 0; > $template->param( > %$data, >-- >1.7.10.4
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 14483
:
40747
|
40770