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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 201-206 canned reports and writing custom SQL reports.</p> Link Here
201
                        [% ELSE %]
201
                        [% ELSE %]
202
                            No
202
                            No
203
                        [% END %]
203
                        [% END %]
204
                        </td>
204
                        <td>
205
                        <td>
205
                        [% IF (savedreport.public) %]
206
                        [% IF (savedreport.public) %]
206
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
207
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
207
- 

Return to bug 16782