From 910acdbcfab3c11a583dd5cb92802fe57355f1ff Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 4 May 2020 13:29:31 +0200 Subject: [PATCH] Bug 24161: (follow-up) Fix typo in POD # Failed test 'POD test for Koha/Acquisition/Orders.pm' # at /usr/share/perl5/Test/Pod.pm line 187. # Koha/Acquisition/Orders.pm (43): Non-ASCII character seen before =encoding in 'uivalent'. Assuming UTF-8 xt/author/podcorrectness.t .. 622/829 # Looks like you failed 1 test of 829. Signed-off-by: Martin Renvoize --- Koha/Acquisition/Orders.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Acquisition/Orders.pm b/Koha/Acquisition/Orders.pm index e504c581c2..2636b482a5 100644 --- a/Koha/Acquisition/Orders.pm +++ b/Koha/Acquisition/Orders.pm @@ -40,7 +40,7 @@ my $late_orders = $orders->filter_by_lates($params); Filter an order set given different parameters. -This is the équivalent method of the former GetLateOrders C4 subroutine +This is the equivalent method of the former GetLateOrders C4 subroutine $params can be: -- 2.39.5