From eef928e5d901a698c21ac7ea86b20075f39c733d 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. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- 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 d231e610c4..2626046803 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.39.2