Bug 19874: Move template JavaScript to the footer: UNIMARC editor plugins, part 5
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / csv / orders_by_budget.tt
1 [%- INCLUDE csv_headers/reports/orders_by_budget.tt -%]
2 [%- INCLUDE empty_line.inc -%]
3 [%- FOREACH row IN rows -%]
4     [%- FOREACH field IN row; field; sep IF !loop.last; END -%]
5     [%- INCLUDE empty_line.inc -%]
6 [%- END -%]
7 TOTAL[%- INCLUDE empty_line.inc -%]
8 [%- FOREACH field IN totalrow; field; sep IF !loop.last; END -%]