Bugzilla – Attachment 10613 Details for
Bug 3383
Item due reminder digests - cannot display title information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3383 - Followup - Switch from GetMemberDetails to GetMember
Bug-3383---Followup---Switch-from-GetMemberDetails.patch (text/plain), 991 bytes, created by
Kyle M Hall
on 2012-07-02 16:19:23 UTC
(
hide
)
Description:
Bug 3383 - Followup - Switch from GetMemberDetails to GetMember
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-07-02 16:19:23 UTC
Size:
991 bytes
patch
obsolete
>From 912693ee248210f5ade3f9b77b57401846d0fb40 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 2 Jul 2012 12:19:23 -0400 >Subject: [PATCH] Bug 3383 - Followup - Switch from GetMemberDetails to GetMember > >--- > misc/cronjobs/advance_notices.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl >index fac95db..a090ecc 100755 >--- a/misc/cronjobs/advance_notices.pl >+++ b/misc/cronjobs/advance_notices.pl >@@ -373,7 +373,7 @@ sub get_branch_info { > my ( $borrowernumber ) = @_; > > ## Get branch info for borrowers home library. >- my $borrower_details = C4::Members::GetMemberDetails( $borrowernumber ); >+ my $borrower_details = C4::Members::GetMember( borrowernumber => $borrowernumber ); > my $borrower_branchcode = $borrower_details->{'branchcode'}; > my $branch = C4::Branch::GetBranchDetail( $borrower_branchcode ); > my %branch_info; >-- >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 3383
:
7424
|
8872
|
10332
|
10613
|
10888