@@ -, +, @@ module [6] --- .../prog/en/modules/acqui/histsearch.tt | 20 ++++++++++++++++++-- 1 files changed, 18 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 @@ -1,7 +1,20 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( suggestions_loop ) %]Orders search › Search Results[% ELSE %]Order search[% END %] + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'calendar.inc' %] @@ -62,7 +75,8 @@ [% END %] [% IF ( suggestions_loop ) %]

Search Results

- +
+ @@ -74,7 +88,8 @@ - + + [% FOREACH suggestions_loo IN suggestions_loop %] @@ -94,6 +109,7 @@ [% END %] +
Basket Basket groupQuantity ordered Unit cost
[% suggestions_loo.basketname %] ([% suggestions_loo.basketno %])[% suggestions_loo.ecost %]
[% ELSE %][% END %] --