From b20db441fef5bd19cb48245458eb1f4e5ef3ba28 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 follow-up) Make script executable, fix typo Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart --- 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 a5fa103b59..92e70a5b91 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.39.5