From 9af1b345082673e0446239ea84ebda872df78117 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 12 Jan 2024 10:02:33 +0000 Subject: [PATCH] Bug 35277: (QA follow-up) POD corrections Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit 4d3c83809353c3643b86389b27c141b340479218) Signed-off-by: Fridolin Somers --- Koha/BackgroundJob/PseudonymizeStatistic.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/BackgroundJob/PseudonymizeStatistic.pm b/Koha/BackgroundJob/PseudonymizeStatistic.pm index 92227e2b8f..a1dd525b94 100644 --- a/Koha/BackgroundJob/PseudonymizeStatistic.pm +++ b/Koha/BackgroundJob/PseudonymizeStatistic.pm @@ -23,7 +23,7 @@ use base 'Koha::BackgroundJob'; =head1 NAME -Koha::BackgroundJob::PseudonymizedTransactions - Pseudonymize transactions background job +Koha::BackgroundJob::PseudonymizeStatistic - Pseudonymize statistics background job This is a subclass of Koha::BackgroundJob. @@ -33,7 +33,7 @@ This is a subclass of Koha::BackgroundJob. =head3 job_type -Define the job type of this job: batch_hold_cancel +Define the job type of this job: pseudonymize_statistic =cut -- 2.20.1