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
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.
Created attachment 2599 [details] [review] proposed patch Hi Colin, your suggested solution works. Thanks for the comment!
Successfully tested on current head. Closing bug.