bdfcae57cd
Following the same way as bug 10935, the headers are in an include file. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Translatability tested successfully. Passes all tests. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
5 lines
574 B
Text
5 lines
574 B
Text
[% USE KohaDates %][% INCLUDE csv_headers/acqui/lateorders.tt %]
|
|
[% FOREACH o IN orders %]"[% o.orderdate %] ([% o.latesince %] days)","[% o.estimateddeliverydate | $KohaDates %]","[% o.supplier (o.supplierid) %]","[% o.title %] [% IF o.author %]Author: [% o.author %].[% END %][% IF o.publisher %]Published by: [% o.publisher %].[% END %]","[% o.unitpricesupplier %] x [% o.quantity_to_receive %] = [% o.subtotal %] ([% o.budget %])","[% o.basketname %] ([% o.basketno %])","[% o.claims_count %]","[% o.claimed_date %]"
|
|
[% END %]
|
|
|
|
,,Total orders in late, [% orders.size %]
|