[Koha-bugs] [Bug 31627] Add ability to embed the letter ID in outgoing email notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 1 10:08:56 CET 2022


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

--- Comment #10 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I wonder if it would be nice to have a way to make this invisible at least in
HTML notices. Something like <div style="display:none">ID</div> ?

This line looks like it would allow to do just that:
             if ($is_html) {
+                $content .= "<br/>$message->{letter_id}" if $message->{id} &&
C4::Context->preference('SendLetterIdInEmailNotices');

At the moment there is no way libraries could change how this appears in the
notices and it might raise questions about the 'number' appearing at the end of
the message.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list