View | Details | Raw Unified | Return to bug 18331
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt (-2 / +1 lines)
Lines 1-5 Link Here
1
[%- INCLUDE csv_headers/acqui/basket.tt -%]
1
[%- INCLUDE csv_headers/acqui/basket.tt -%]
2
[% INCLUDE empty_line.inc -%]
2
[%- INCLUDE empty_line.inc -%]
3
[%- FOREACH r IN rows -%]
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 %]"
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 %]
5
[%- INCLUDE empty_line.inc %]
6
- 

Return to bug 18331