From 637e3af9b820af7fd3406f53524a9324403b4dc9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 5 Feb 2023 12:26:47 +0000 Subject: [PATCH] Bug 32774: (QA follow-up) Remove patron category type from display This is for consistency and because those single letters don't translate well and are more prone to cause confusion than being helpful. Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8959d39584..6077317935 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -809,7 +809,7 @@ [% SET suggester = s.suggester %] [% suggester.surname | html %][% IF suggester.firstname %], [% suggester.firstname | html %][% END %] [% IF suggester.cardnumber %]([% suggester.cardnumber | html %])[% END %] - [% suggester.category.description | html %] ([% suggester.categorycode | html %]) + [% suggester.category.description | html %] [% IF ( s.suggesteddate ) %][% s.suggesteddate | $KohaDates %][% END %] -- 2.30.2