[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
Wed Nov 2 18:27:33 CET 2022


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

--- Comment #11 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #10)
> 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.

Sounds good! I'll post a followup for that!

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


More information about the Koha-bugs mailing list