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 <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
67f695001a
commit
910acdbcfa
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue