https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31627
--- Comment #11 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
