View | Details | Raw Unified | Return to bug 33513
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 1013-1019 Link Here
1013
                                            [%- FOREACH cells IN result.cells %]
1013
                                            [%- FOREACH cells IN result.cells %]
1014
                                                [%- place = loop.index %]
1014
                                                [%- place = loop.index %]
1015
                                                [%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %]
1015
                                                [%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %]
1016
    [%# We must not add whitespace to the cardnumbers %][% cells.cell | html %]
1016
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %]
1017
                                                [%- END %]
1017
                                                [%- END %]
1018
                                            [%- END %]
1018
                                            [%- END %]
1019
                                        [%- END -%]
1019
                                        [%- END -%]
1020
- 

Return to bug 33513