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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc (-1 / +1 lines)
Lines 38-44 Link Here
38
        <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
38
        <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
39
    </ul>
39
    </ul>
40
40
41
    <h5>Inactive</h5>
41
    <h5>[% tp('Group of reports to get inactive patrons and items', 'Inactive') | html %]</h5>
42
    <ul>
42
    <ul>
43
        <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
43
        <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
44
        <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
44
        <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-2 / +1 lines)
Lines 94-100 Link Here
94
                    </div>
94
                    </div>
95
95
96
                    <div class="rep_inactive">
96
                    <div class="rep_inactive">
97
                        <h2>Inactive</h2>
97
                        <h2>[% tp('Group of reports to get inactive patrons and items', 'Inactive') | html %]</h2>
98
                        <ul>
98
                        <ul>
99
                            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
99
                            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
100
                            <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
100
                            <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
101
- 

Return to bug 39045