<<

NAME

Koha::Database::DataInconsistency - Search for data inconsistency in the database

API

invalid_item_library

    Search for items with non-existent holding or home library.

ids

    Build a hashref of IDs from a Koha::Object Koha::Objects-based object.

no_item_type

    Search for items of biblioitems with non-existent item type.

invalid_item_type

    Search for items or biblioitems with invalid item type.

errors_in_marc

    Search for bibliographic records with errors in the MARC record.

nonexistent_AV

    Search for bibliographic frameworks with non-existent authorised values.

empty_title

    Search for bibliographic records without title defined.

for_biblio

    Search for possible problems in a given bibliographic record.

<<