From b2178966b153310eea0299afffcd12fa4cc96977 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 16 Aug 2013 10:18:15 -0400 Subject: [PATCH] Bug 10601 [QA Followup]: Add a counter on batch items modifications Fixes a koha-qa.pl error about the pod documentation. --- C4/BackgroundJob.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm index 05327f0..f562c8e 100644 --- a/C4/BackgroundJob.pm +++ b/C4/BackgroundJob.pm @@ -264,7 +264,7 @@ sub fetch { =over 4 -$job->set($hashref); +=item $job->set($hashref); =back @@ -285,7 +285,7 @@ sub set { =over 4 -$job->get($hashref); +=item $job->get($hashref); =back -- 1.7.2.5