diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index b6e99a8fd1..98716fd7bf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -869,14 +869,18 @@ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] - +
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] - +
@@ -927,9 +931,21 @@ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] - +
+ [% BLOCK batch_list %] + [%- 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 %] +[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %] + [%- END %] + [%- END %] + [%- END -%] + [% END %] [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]