From 6786d1c95821406f7f3a5c2bfd7c7d2fd8b3000a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:58:38 +0100 Subject: [PATCH 1/1] Bug 5345: DataTables integration in acquisition module [11] orderreceive.tt --- .../prog/en/modules/acqui/orderreceive.tt | 14 +++++++++++++- 1 files changed, 13 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 97a7223..0584712 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' %] + + [% INCLUDE 'header.inc' %] @@ -195,7 +203,8 @@ [% ELSE %]
- +
+ @@ -204,6 +213,8 @@ + + [% FOREACH loo IN loop %] @@ -214,6 +225,7 @@ [% END %] +
Basket ISBNQty Received
[% loo.basketno %][% loo.quantityreceived %]
[% END %] -- 1.7.7.3