Bugzilla – Attachment 2599 Details for
Bug 5194
Patron notification on new issues not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-5194-Patron-notification-on-new-issues-not-worki.patch (text/plain), 889 bytes, created by
Katrin Fischer
on 2010-09-02 12:18:08 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2010-09-02 12:18:08 UTC
Size:
889 bytes
patch
obsolete
>From a14aed55e3b056fbc994ccf96e8b385015c98fce Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Thu, 2 Sep 2010 13:38:05 +0200 >Subject: [PATCH] Bug 5194 - Patron notification on new issues not working >Content-Type: text/plain; charset="utf-8" > >--- > C4/Letters.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 885ed5f..62b339a 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -275,7 +275,7 @@ sub SendAlerts { > > # and parse borrower ... > my $innerletter = $letter; >- my $borinfo = GetMember( 'borrowernumber' => $_->{'borrowernumber'}); >+ my $borinfo = C4::Members::GetMember('borrowernumber' => $_->{'borrowernumber'}); > parseletter( $innerletter, 'borrowers', $_->{'borrowernumber'} ); > > # ... then send mail >-- >1.6.3.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 5194
: 2599