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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 1031-1037 Link Here
1031
1031
1032
                                <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get" id="limitselect">
1032
                                <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get" id="limitselect">
1033
                                    <input type="hidden" name="op" value="run"/>
1033
                                    <input type="hidden" name="op" value="run"/>
1034
                                    <input type="hidden" name="reports" value="[% id | html %]"/>
1034
                                    <input type="hidden" name="id" value="[% id | html %]"/>
1035
                                    [% FOREACH p IN sql_params %]
1035
                                    [% FOREACH p IN sql_params %]
1036
                                        <input type="hidden" name="sql_params" value="[% p | html %]"/>
1036
                                        <input type="hidden" name="sql_params" value="[% p | html %]"/>
1037
                                    [% END %]
1037
                                    [% END %]
1038
- 

Return to bug 36568