@@ -, +, @@ numbers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -64,11 +64,11 @@ [% CASE 'cancelled' %]Cancelled [% END %] - [% order.basketname | html %] ([% order.basketno | html %]) + [% order.basketname | html %] ([% order.basketno | html %]) [% order.authorisedbyname | html %] [% IF ( order.basketgroupid ) %] - [% order.groupname | html %] ([% order.basketgroupid | html %]) + [% order.groupname | html %] ([% order.basketgroupid | html %]) [% ELSE %]   [% END %] --