Bugzilla – Attachment 10888 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), 1.03 KB, created by
Jonathan Druart
on 2012-07-17 10:46:30 UTC
(
hide
)
Description:
Bug 3383 - Followup - Switch from GetMemberDetails to GetMember
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-17 10:46:30 UTC
Size:
1.03 KB
patch
obsolete
>From 317c7dace1566426c09341b1ff8220726cde7342 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > 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.7.3
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