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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt (-2 / +1 lines)
Lines 3-6 Link Here
3
[%- FOREACH row IN rows %]
3
[%- FOREACH row IN rows %]
4
    [% FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %]
4
    [% FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %]
5
[%- END %]
5
[%- END %]
6
TOTAL[% sep %][%- FOREACH field IN total; field; sep IF !loop.last; END -%]
6
TOTAL[% sep | html %][%- FOREACH field IN total; field; sep IF !loop.last; END -%]
7
- 

Return to bug 29271