Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt
Jonathan Druart 3c6168d374 Bug 18331: POST_CHOMP everywhere!
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-15 12:17:41 -03:00

9 lines
409 B
Text

[%- USE ItemTypes -%]
[%- INCLUDE csv_headers/reports/cash_register_stats.tt -%]
[%- INCLUDE empty_line.inc -%]
[%- FOREACH row IN rows -%]
[%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END -%]
[%- INCLUDE empty_line.inc -%]
[%- END -%]
TOTAL[%- INCLUDE empty_line.inc -%]
[%- FOREACH field IN total; field; sep IF !loop.last; END -%]