From: Nahuel ANGELINETTI <[email protected]> Just adding the new report in miscellaneous menus
Signed-off-by: Henri-Damien LAURENT <[email protected]> --- .../prog/en/includes/reports-menu.inc | 1 + .../prog/en/modules/reports/reports-home.tmpl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc index 26f9233..25ed4ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc @@ -9,6 +9,7 @@ <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li> <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li> <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li> + <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li> </ul> diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl index c3904fd..e156ea6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl @@ -25,6 +25,7 @@ <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li> <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li> <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li> + <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li> </ul> <h2>Inactive</h2> -- 1.5.6.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
