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

(-)a/Koha/BackgroundJob/PseudonymizeStatistic.pm (-3 / +2 lines)
Lines 23-29 use base 'Koha::BackgroundJob'; Link Here
23
23
24
=head1 NAME
24
=head1 NAME
25
25
26
Koha::BackgroundJob::PseudonymizedTransactions - Pseudonymize transactions background job
26
Koha::BackgroundJob::PseudonymizeStatistic - Pseudonymize statistics background job
27
27
28
This is a subclass of Koha::BackgroundJob.
28
This is a subclass of Koha::BackgroundJob.
29
29
Lines 33-39 This is a subclass of Koha::BackgroundJob. Link Here
33
33
34
=head3 job_type
34
=head3 job_type
35
35
36
Define the job type of this job: batch_hold_cancel
36
Define the job type of this job: pseudonymize_statistic
37
37
38
=cut
38
=cut
39
39
40
- 

Return to bug 35277