1 Nov
2022
1 Nov
'22
9:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31627 --- Comment #10 from Katrin Fischer <katrin.fischer@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.