Bug 5194

Summary: Patron notification on new issues not working
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: NoticesAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: PATCH-Sent (DO NOT USE) CC: colin.campbell
Version: rel_3_2   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/serials/serials-edit.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: proposed patch

Description Katrin Fischer 2010-09-01 20:43:57 UTC
After adding a notice to the subscription it is not possible to receive new issues. The error message shown is:

Undefined subroutine &C4::Letters::GetMember called at /home/katrin/kohaclone/C4/Letters.pm line 278.

No email notifications are sent out.

Koha version: 	3.01.00.145
Comment 1 Colin Campbell 2010-09-02 00:24:58 UTC
I think in C4/Letters.pm. GetMember needs to be C4::Members::GetMember at line 278. The same change has been made elsewhere. Haven't yet been able to confirm by testing.
Comment 2 Katrin Fischer 2010-09-02 12:18:08 UTC
Created attachment 2599 [details] [review]
proposed patch

Hi Colin, your suggested solution works. Thanks for the comment!
Comment 3 Katrin Fischer 2010-10-06 22:00:39 UTC
Successfully tested on current head. Closing bug.