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

(-)a/Koha/BackgroundJob/BatchUpdateBiblio.pm (-1 / +1 lines)
Lines 73-78 sub process { Link Here
73
            };
73
            };
74
            $report->{total_success}++;
74
            $report->{total_success}++;
75
        }
75
        }
76
        sleep(3); # FIXME Remove this, but testing purpose only!
76
        $job->progress( ++$job_progress )->store;
77
        $job->progress( ++$job_progress )->store;
77
    }
78
    }
78
79
79
- 

Return to bug 22417