From adc7531fab36202ecac72f96249f38e241dbffd4 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 16 Feb 2018 08:02:39 +0000 Subject: [PATCH] Bug 18789: (QA follow-up) Fix showing the name of basket creator on booksellers page Test plan: 1) Go to Acquisition and search for a vendor, you are presented with vendors and their baskets 2) Look to Created by column --> without patch only firstname is shown --> with patch you should see full name Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt index 302d07f..bfaec08 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -121,7 +121,7 @@ [% IF basket.authorisedby %] [% basket.authorisedby.firstname %] - [% basket.authorisedbysurname %] + [% basket.authorisedby.surname %] [% END %] [% basket.creationdate | $KohaDates %] -- 2.1.4