@@ -, +, @@ --- .../prog/en/modules/suggestion/suggestion.tt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/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 --