From 545a3a1295b908ac79f8fd379374f5776d5b455d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 16 Apr 2019 11:52:46 +0000 Subject: [PATCH] Bug 22069: (follow-up) fix patorns type for patrons Signed-off-by: Nick Clemens --- tools/viewlog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/viewlog.pl b/tools/viewlog.pl index e86aa04a0f..4e8a2c3cf3 100755 --- a/tools/viewlog.pl +++ b/tools/viewlog.pl @@ -126,7 +126,7 @@ if ($do_it) { '<=' => $dtf->format_datetime( $dateto_endday ) }; } - # Circulation uses RENEWAL, but Patorns uses RENEW, this helps to find both + # Circulation uses RENEWAL, but Patrons uses RENEW, this helps to find both if ( grep { $_ eq 'RENEW'} @actions ) { push @actions, 'RENEWAL' }; $search_params{user} = $user if $user; -- 2.39.5