Bug 18331: Fix CSV export (once and for all!)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / csv / lateorders.tt
1 [%- USE KohaDates -%]
2 [%- INCLUDE csv_headers/acqui/lateorders.tt -%]
3 [%- INCLUDE empty_line.inc -%]
4 [%- FOREACH o IN orders -%]
5 "[% 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 %]"
6 [%- INCLUDE empty_line.inc -%]
7 [%- END -%]
8 ,,Total orders in late, [% orders.size %]