https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33260 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172352|0 |1 is obsolete| | --- Comment #180 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 175511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175511&action=edit Bug 33260: (QA follow-up) Safely continue for non-templated notices The 'letter_id'/'letter_code' field in the message queue table is a NULLable foreign key as is indeed NULL in certain circustances. We need to gracefully degrade when there isn't a template for the notice in question. Tihs patch uses the newly introduced 'template' accessor and when that returns undefined we pass 'style' as an empty string. We also use the 'is_html' method introduced in bug 35285 to set the html flag. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.