https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 140996 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140996&action=edit Bug 31626: Add letter id to the message queue table It can be useful to know exactly what template was used to generate a notice. To this end, it would be useful to store the letter id as a foreign key in the message queue table. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Restart all the things! 4) Run an action that will send a notice to a patron 5) Note the letter id is now in the message_queue table for that notice! -- You are receiving this mail because: You are watching all bug changes.