From d281f1318df9484fcbd14184561339644337d9dd Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 4 May 2020 16:00:26 +0000 Subject: [PATCH] Bug 25188: Make circulation notes more prominent on the patron details tab This patch adds a more prominent circulation note to the moremember.pl details screen. To test: 1) Add a circulation note to a patron record. 2) Note that it displays prominently on the checkout tab, but only under the Library Use block on the details tab. 3) Apply the patch. 4) Check that the note is now displayed prominently at the top of the details (moremember.pl) screen. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index 8321edef92..811f5978d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -105,6 +105,17 @@ [% END %] + [% IF ( patron.borrowernotes ) %] +
+

Notes:

+
  • + + [% patron.borrowernotes | $raw | html_line_break %] + +
+
+ [% END %] + [% IF ( flagged ) %]
    -- 2.11.0