@@ -, +, @@ [12] --- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 73 ++++++++++++-------- 1 files changed, 45 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -1,7 +1,20 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Receive shipment from vendor [% name %] + [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'header.inc' %] @@ -22,7 +35,8 @@
- +
+ @@ -31,34 +45,37 @@ - -[% FOREACH searchresult IN searchresults %] - [% UNLESS ( loop.odd ) %] - - [% ELSE %] - + + + + [% FOREACH searchresult IN searchresults %] + [% UNLESS ( loop.odd ) %] + + [% ELSE %] + + [% END %] + + + + + + + [% END %] - - - - - - - -[% END %] +
Line Date ReceivedBiblio count Items expected
+ [% searchresult.number %] + + + [% searchresult.datereceived %] + + [% IF ( searchresult.code ) %][% searchresult.code %][% ELSE %]n/a[% END %] + + [% searchresult.reccount %] + + [% searchresult.bibcount %] + + [% searchresult.itemcount %] +
- [% searchresult.number %] - - - [% searchresult.datereceived %] - - [% IF ( searchresult.code ) %][% searchresult.code %][% ELSE %]n/a[% END %] - - [% searchresult.reccount %] - - [% searchresult.bibcount %] - - [% searchresult.itemcount %] -
--