From 2c05797ff7908369408ac6fc5fadd1315b9db863 Mon Sep 17 00:00:00 2001 From: Paudet Date: Wed, 7 Jun 2017 15:02:42 -0400 Subject: [PATCH] Bug 11317 - Update the link under reports --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 2 +- tools/access_files.pl | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt index 4b9fdf6..e243062 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt @@ -68,7 +68,7 @@
  • Average loan time
  • Koha database schema
  • Koha reports library
  • -
  • Report/log files
  • +
  • Report/log files
  • diff --git a/tools/access_files.pl b/tools/access_files.pl index a0b8bef..f929f14 100755 --- a/tools/access_files.pl +++ b/tools/access_files.pl @@ -20,9 +20,7 @@ # You should have received a copy of the GNU General Public License along # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -use strict; -use warnings; +use Modern::Perl; use C4::Auth; use CGI; @@ -41,8 +39,8 @@ my ($template, $borrowernumber, $cookie) = get_template_and_user({template_name => "tools/access_files.tt", query => $input, type => "intranet", - authnotrequired => 0, - flagsrequired => { tools => 'access_files' }, + authnotrequired => 0, + flagsrequired => { tools => 'access_files' }, }); unless(@directories) { -- 1.9.1