View | Details | Raw Unified | Return to task 21541
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 740-746 canned reports and writing custom SQL reports.</p> Link Here
740
                        [% IF header_row.$place.cell == 'itemnumber' %]
740
                        [% IF header_row.$place.cell == 'itemnumber' %]
741
                            <input type="hidden" name="[% header_row.$place.cell | html %]" value="[% cells.cell | html %]" />
741
                            <input type="hidden" name="[% header_row.$place.cell | html %]" value="[% cells.cell | html %]" />
742
                        [% END %]
742
                        [% END %]
743
                        <td>[% cells.cell | html %]</td>
743
                        <td>[% cells.cell | $raw %]</td>
744
                    [% END %]
744
                    [% END %]
745
                </tr>
745
                </tr>
746
            [% END %]
746
            [% END %]
747
- 

Return to task 21541