From b2b31389956429581ef103781c75daefd2e9fc65 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 7 Jun 2012 13:50:48 +0200 Subject: [PATCH 1/1] [PATCH 1/1] Bug 5345: DataTables integration in acquisition module [11] orderreceive.tt --- .../prog/en/modules/acqui/orderreceive.tt | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index 821dcd3..a1158a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -1,8 +1,12 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Receipt summary for : [% name %] [% IF ( invoice ) %]invoice, [% invoice %][% END %] + [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'additem.js.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + @@ -306,15 +315,18 @@ [% ELSE %]
- - +
+ + - + + + [% FOREACH loo IN loop %] @@ -325,6 +337,7 @@ [% END %] +
Basket ISBN Title Author Qty Received
[% loo.basketno %][% loo.quantityreceived %]
[% END %] -- 1.7.7.3