Bug 7298: (follow-up) fix translation for CSV strings
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / csv / lateorders.tt
1 [% USE KohaDates %][% INCLUDE csv_headers/acqui/lateorders.tt %]
2 [% 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 %]"
3 [% END %]
4
5 ,,Total orders in late, [% orders.size %]