View | Details | Raw Unified | Return to bug 30982
Collapse All | Expand All

(-)a/Koha/BackgroundJobs.pm (-2 / +1 lines)
Lines 29-35 Koha::BackgroundJobs - Koha BackgroundJob Object set class Link Here
29
29
30
=head2 Class methods
30
=head2 Class methods
31
31
32
=head2 search_limited
32
=head3 search_limited
33
33
34
  my $background_jobs = Koha::BackgroundJobs->search_limited( $params, $attributes );
34
  my $background_jobs = Koha::BackgroundJobs->search_limited( $params, $attributes );
35
35
36
- 

Return to bug 30982