From 70ca740dd1ea90fd0b1f863e21646ae0f57f05ab 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 --- .../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 1e266d5855..c72151e7fa 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