From a8af48775bfad28d9179d4a513b84226a5eeb73f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:58:38 +0100 Subject: [PATCH 11/16] Bug 5345: DataTables integration in acquisition module [11] orderreceive.tt --- .../prog/en/modules/acqui/orderreceive.tt | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 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 ea422c8..0209d56 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -1,7 +1,21 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Receipt summary for : [% name %] [% IF ( invoice ) %]invoice, [% invoice %][% END %] + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + + [% INCLUDE 'header.inc' %] @@ -139,7 +153,8 @@ [% ELSE %]
- +
+ @@ -148,6 +163,8 @@ + + [% FOREACH loo IN loop %] @@ -158,6 +175,7 @@ [% END %] +
Basket ISBNQty Received
[% loo.basketno %][% loo.quantityreceived %]
[% END %] -- 1.7.7.3