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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 940-946 Link Here
940
                                    [%- FOREACH result IN results %]
940
                                    [%- FOREACH result IN results %]
941
                                        [%- FOREACH cells IN result.cells %]
941
                                        [%- FOREACH cells IN result.cells %]
942
                                            [%- place = loop.index %]
942
                                            [%- place = loop.index %]
943
                                            [%- IF header_row.$place.cell == $batch_type || header_types.item(header_row.$place.cell) == $batch_type %]
943
                                            [%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %]
944
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %]
944
[%# We must not add whitespace to the cardnumbers %][% cells.cell | html %]
945
                                            [%- END %]
945
                                            [%- END %]
946
                                        [%- END %]
946
                                        [%- END %]
947
- 

Return to bug 27142