http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12922 Bug ID: 12922 Summary: Do not DIE the advance_notices.pl -cronjob if "no letter of * type" is found Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org We failed to deliver advance_notices because a template for sms's is undefined, because we don't support sending sms' as advance_notice. This crashed the cronjob because digests are set to die instead of the warn used in non-digest. And we get angry customers asking for compensation! This patch replaces the die with warn. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.