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 41-47 Link Here
41
            <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
41
            <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
42
        </ul>
42
        </ul>
43
43
44
        <h5>Inactive</h5>
44
        <h5>[% tp('Group of reports to get inactive patrons and items', 'Inactive') | html %]</h5>
45
        <ul>
45
        <ul>
46
            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
46
            <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
47
            <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
47
            <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 93-99 Link Here
93
        </div>
93
        </div>
94
94
95
        <div class="rep_inactive">
95
        <div class="rep_inactive">
96
            <h2>Inactive</h2>
96
            <h2>[% tp('Group of reports to get inactive patrons and items', 'Inactive') | html %]</h2>
97
            <ul>
97
            <ul>
98
                    <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
98
                    <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/catalogue_out.pl">Items with no checkouts</a></li>
99
                    <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
100
- 

Return to bug 39045