From ca0dd408edc1c18447b04581166b48aa17cb3b4f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 27 Oct 2017 09:23:02 -0400 Subject: [PATCH] Bug 14919 [QA Followup] - Make script executable, fix typo Signed-off-by: Kyle M Hall --- Koha/Patron.pm | 2 +- members/holdshistory.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 members/holdshistory.pl diff --git a/Koha/Patron.pm b/Koha/Patron.pm index a5fa103..92e70a5 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -597,7 +597,7 @@ sub holds { my $old_holds = $patron->old_holds -Returnn all the historical holds for this patron +Return all the historical holds for this patron =cut diff --git a/members/holdshistory.pl b/members/holdshistory.pl old mode 100644 new mode 100755 -- 2.10.2