@@ -, +, @@ --- Koha/BackgroundJobs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/BackgroundJobs.pm +++ a/Koha/BackgroundJobs.pm @@ -29,7 +29,7 @@ Koha::BackgroundJobs - Koha BackgroundJob Object set class =head2 Class methods -=head2 search_limited +=head3 search_limited my $background_jobs = Koha::BackgroundJobs->search_limited( $params, $attributes ); --