From 5bb01c86161741297c177b41b36d7a15f4d1c61a 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 Signed-off-by: Jonathan Druart --- 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 7931683c0f..183b806f89 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.39.2