X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fparcels.tt;h=2e70f3cf933b5531e22c8c9055f3fefab32be062;hb=e76afafb94a1e8e9f0547c82860a4706dfe35bef;hp=fb937f026396024c9396a0325aa93d87c53d6cce;hpb=5baff558a53fabb7b719bf627064cf2c1680f246;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index fb937f0263..2e70f3cf93 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -1,9 +1,22 @@ [% 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' %] [% INCLUDE 'acquisitions-search.inc' %] @@ -22,43 +35,47 @@
- +
+ - - - + + + - -[% FOREACH searchresult IN searchresults %] - [% UNLESS ( loop.odd ) %] - - [% ELSE %] - + + + + [% FOREACH searchresult IN searchresults %] + [% UNLESS ( loop.odd ) %] + + [% ELSE %] + + [% END %] + + + + + + + [% END %] - - - - - - - -[% END %] +
LineDate ReceivedInvoice NumberItem CountDate receivedInvoice numberItem count Biblio 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 %] -
@@ -85,7 +102,7 @@
Receive a new shipment
  1. - + @@ -131,8 +148,8 @@