@@ -, +, @@ [11] --- .../prog/en/modules/acqui/orderreceive.tt | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ a/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 %] --