]> git.koha-community.org Git - koha.git/commit
Bug 31627: Add ability to embed the letter id in outgoing email notices
authorKyle Hall <kyle@bywatersolutions.com>
Mon, 26 Sep 2022 16:23:33 +0000 (12:23 -0400)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 10 May 2024 12:11:48 +0000 (14:11 +0200)
commitaed4a2ec9839fad05ff0ce2c4d9b757c5814f06d
treeb1c7f7b135ce76167671443b757264339749c99a
parent6e09fb6ad8eaab2e219c01cc332b404ad89088c0
Bug 31627: Add ability to embed the letter id in outgoing email notices

It can be useful to know exactly what template was used to generate a notice. To further this end, it would be useful be able to send the letter id as part of any emails sent out if there is a letter template associated with the message.

Test Plan:
1) Apply this patch
2) Restart all the things!
3) Generate an email notice like a checkout notice
4) Inspect the email headers, note the new X-Koha-Template-Id and
   X-Koha-Message-Id headers!

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Letters.pm