<<

NAME

Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue - Update the holds queue for a specified list of biblios.

This is a subclass of Koha::BackgroundJob.

API

Class methods

job_type

Returns a string representing the job type. In this case update_holds_queue_for_biblios.

process

Perform the expected action.

enqueue

Enqueue the new job

additional_report

Pass the biblio's title and patron's name

<<