@@ -, +, @@ lists 1 - Create a report like: SELECT biblionumber FROM biblio 2 - Run it 3 - Try the various options from the 'Batch operations' button 4 - The operations don't find the biblios 5 - Create a report like: SELECT cardnumber FROM borrowers 6 - Run it 7 - Test the batch operations 8 - They fail 9 - Apply patch --- .../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 @@ -1013,7 +1013,7 @@ [%- FOREACH cells IN result.cells %] [%- place = loop.index %] [%- 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 %] +[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] [%- END %] [%- END %] [%- END -%] --