<<

NAME

Koha::BackgroundJob::BatchUpdateBiblio - Batch update bibliographic records

This is a subclass of Koha::BackgroundJob.

API

Class methods

job_type

Define the job type of this job: batch_biblio_record_modification

process

Process the modification.

enqueue

Enqueue the new job

additional_report

Pass the list of lists/virtual shelves the logged in user has write permissions.

It will enable the "add modified records to list" feature.

marc_record_contains_item_data

Verify if MARC record contains item data

can_add_item_from_marc_record

Checks if adding an item from MARC can be done by checking mandatory fields

<<