[Koha-bugs] [Bug 29968] CSV export of cash register misses newlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 16:56:42 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29968

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Minor correction for the TOTAL line:

[%- 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[% sep %][%- FOREACH field IN total; field; sep IF !loop.last; END -%]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list