From e9a9a9eb31d728bc5ce79f1910ebaa56a841b890 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 19 Sep 2023 07:38:40 +0100 Subject: [PATCH] Bug 12532: Expose CC address in patron notices display Add the CC address into the patrons notices on the staff client to highlight that the message was copied to another user. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt index d231e610c44..26260468033 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -106,6 +106,9 @@ [% ELSE %]Error occurred while sending email. [% END %] [% END %] + [% IF ( QUEUED_MESSAGE.cc_address ) %] + Notice copied to: [% QUEUED_MESSAGE.cc_address | html %] + [% END %] [% END %] -- 2.41.0