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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt (-1 / +1 lines)
Lines 2-6 Link Here
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
[%- END -%]
6
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt (-2 / +1 lines)
Lines 3-9 Link Here
3
[%- INCLUDE empty_line.inc -%]
3
[%- INCLUDE empty_line.inc -%]
4
[%- FOREACH row IN rows -%]
4
[%- FOREACH row IN rows -%]
5
    [%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END -%]
5
    [%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END -%]
6
    [%- INCLUDE empty_line.inc %]
6
    [%- INCLUDE empty_line.inc -%]
7
[%- END -%]
7
[%- END -%]
8
TOTAL[%- INCLUDE empty_line.inc -%]
8
TOTAL[%- INCLUDE empty_line.inc -%]
9
[%- FOREACH field IN total; field; sep IF !loop.last; END -%]
9
[%- FOREACH field IN total; field; sep IF !loop.last; END -%]
10
- 

Return to bug 18331