@@ -, +, @@ SELECT * FROM borrowers LIMIT 50 SELECT * FROM biblio LIMIT 50 --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -940,7 +940,7 @@ [%- FOREACH result IN results %] [%- FOREACH cells IN result.cells %] [%- place = loop.index %] - [%- IF header_row.$place.cell == $batch_type || header_types.item(header_row.$place.cell) == $batch_type %] + [%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %] [%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] [%- END %] [%- END %] --