From ec64dd8404fe1b81d36ed5a624eb08fd89678bfe Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 14 Nov 2024 16:51:30 +0000 Subject: [PATCH] Bug 38441: Allow / render HTML in ILL staff notes Signed-off-by: Lisette Scheer --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 16c81b9683a..ea284e9aefa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -659,7 +659,7 @@ [% IF request.notesstaff %]
  • Staff notes: -

    [% request.notesstaff | html %]

    +

    [% request.notesstaff | $raw %]

  • [% END %] [% IF request.notesopac %] -- 2.39.5