Bug 10935: fix breakage of CSV acq exports when using a non-English translation
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / csv / basket.tt
1 [% INCLUDE csv_headers/acqui/basket.tt %][% FOREACH r IN rows %]"[% r.contractname %]",[% r.ordernumber %],[% r.entrydate %],[% r.isbn %],"[% r.author %]","[% r.title %]",[% r.publicationyear %],"[% r.publishercode %]","[% r.collectiontitle %]","[% r.notes %]",[% r.quantity %],[% r.rrp %],"[% r.deliveryplace %]","[% r.billingplace %]"
2 [% END %]