11 Mar
2012
11 Mar
'12
4:10 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7701 --- Comment #1 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 8156 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8156&action=edit Bug 7701: Error when sending serial alerts Probably due to bug 6875, C4::Letters is no longer used by C4::Serials, so that when SendAlerts is called (exactly when this happens is a mystery to me), you will get an error. Adding a "require C4::Letters;" and prefixing SendAlerts to C4::Letters:: should fix it. -- You are receiving this mail because: You are watching all bug changes.