From 7dc61182a0555f4dfa740df53121752ecb30c7db Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 Dec 2014 11:51:32 +0100 Subject: [PATCH] Bug 13371: Move firstname and surname closer On this way, they can be searched together ("my_firstname my_surname"). Signed-off-by: Paola Rossi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 bf2eec7..518a9a6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -204,8 +204,7 @@ $(document).ready(function() { [% basket.expected_items %] - [% basket.authorisedby_firstname %] - [% basket.authorisedby_surname %] + [% basket.authorisedby_firstname %] [% basket.authorisedby_surname %] [% basket.creationdate | $KohaDates %] -- 2.1.4