From 7029e56f3bbe1ac79db3f45c1cc1e8858a6a9043 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 16 Aug 2022 20:46:46 +0000 Subject: [PATCH] Bug 31374: Add non-public note to template Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/suggestion/suggestion.tt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 09105f60eb..0005a3278d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -185,6 +185,12 @@ [% note | html %] [% END %] + [% IF ( privatenote ) %] +
  • + Notes: + [% privatenote | html %] +
  • + [% END %] @@ -409,6 +415,10 @@ +
  • + + +
  • @@ -744,6 +754,7 @@ Library Fund Status + Non-public note   @@ -844,6 +855,9 @@
    ([% s.reason | html %]) [% END %] + + [% s.privatenote | html %] +
    Edit -- 2.30.2