[Koha-bugs] [Bug 31626] Add letter id to the message queue table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 26 18:33:24 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31626

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 141001
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141001&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.


More information about the Koha-bugs mailing list