Bug 8612: [QA Follow-up] Remove two newlines from template output
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / csv / basket.tt
1 [% INCLUDE csv_headers/acqui/basket.tt %]
2 [%- FOREACH r IN rows -%]
3 "[% 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 %]"
4 [% END -%]