Koha/misc/maintenance
Fridolin Somers ec6c143f1b
Bug 23871: data inconsistencies - check title exists
In biblio records, a field must be linked to biblio.title.
200$a in UNIMARC, 100$a MARC21 (and other).

If this field is undefined, some pages like checkouts table can fail.

Test plan :
1) Remove biblio title in SQL :
   UPDATE biblio SET title='' WHERE biblionumber=XXX
2) Run misc/maintenance/search_for_data_inconsistencies.pl
3) You see the record as an inconsistency
4) Reset a title
   UPDATE biblio SET title='50 shades of Grey' WHERE biblionumber=XXX
5) Run misc/maintenance/search_for_data_inconsistencies.pl
6) Record is no longer an inconsistency

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-14 16:55:13 +01:00
..
auth_show_hidden_data.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
borrowers-force-messaging-defaults.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
check_sysprefs.sh Bug 8353 follow-up adding a tiny sh in misc/maintenance 2012-07-13 14:42:55 +02:00
cmp_sysprefs.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
compare_es_to_db.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
fix_accountlines_date.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
fix_accountlines_rmdupfines_bug8253.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
fix_mysql_constraints.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
fix_tags_weight.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
generate_MARC21Languages.pl Bug 20364: Show languages from MARC21 field 041 in intranet 2019-07-15 11:28:07 +01:00
make_zebra_dom_cfg_from_record_abs Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
process_record_through_filter.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
remove_items_from_biblioitems.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
sanitize_records.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
search_for_data_inconsistencies.pl Bug 23871: data inconsistencies - check title exists 2020-04-14 16:55:13 +01:00
touch_all_biblios.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
touch_all_items.pl Bug 23463: Replace ModItem with Koha::Item->store 2020-03-23 09:26:30 +00:00
UNIMARC_fix_collectiontitle.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
UNIMARC_sync_date_created_with_marc_biblio.pl Bug 22600: Set 'commandline' interface appropriately 2019-04-10 19:43:11 +00:00
update_authorities.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00