http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10832 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #12 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Just implementing our print message processing and found a nasty bug. I am sending overdue notifications for each letter 1,2,3 via email,print,sms. I have different template configured per transport_type. If a patron doesn't have email configured, instead of getting three messages in the message_queue with their respective letter-templates used, I get only sms and print(using the email-template) So the print is sent using the email template if email address is missing, instead of the print template. This is a big issue since the print templates often follow a very specific eLetter format and must use the proper transport type template. -- You are receiving this mail because: You are watching all bug changes.