9 Aug
2022
9 Aug
'22
4:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29968 --- Comment #7 from Katrin Fischer <katrin.fischer@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.