Bug 10935: (follow-up) adding a line break to fix first list item
[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 %]"[% 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 %]"
3 [% END %]