Jonathan Druart
3c6168d374
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
6 lines
417 B
Text
6 lines
417 B
Text
[%- INCLUDE csv_headers/acqui/basket.tt -%]
|
|
[%- INCLUDE empty_line.inc -%]
|
|
[%- 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 %]"
|
|
[%- INCLUDE empty_line.inc -%]
|
|
[%- END -%]
|