Bug 18331: Followup - Fix CSV export (once and for all!)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / csv / basket.tt
1 [%- INCLUDE csv_headers/acqui/basket.tt -%]
2 [%- INCLUDE empty_line.inc -%]
3 [%- FOREACH r IN rows -%]
4 "[% 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 %]"
5 [%- INCLUDE empty_line.inc %]
6 [%- END -%]