From f85c99370be9f9324976ab8da5e8ff143b76596e Mon Sep 17 00:00:00 2001 From: David Nind Date: Sat, 1 Feb 2025 02:34:30 +0000 Subject: [PATCH] Bug 36027: (follow-up) Fix QA script errors --- .../search_for_data_inconsistencies.pl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsistencies.pl index bf3ca54f61..c79e1d0293 100755 --- a/misc/maintenance/search_for_data_inconsistencies.pl +++ b/misc/maintenance/search_for_data_inconsistencies.pl @@ -735,8 +735,8 @@ sub new_hint { * Items without a home or holding library * Authority records with an invalid authority type * Records and items without an item type, or an invalid item type: - - if item types are defined at an item level - (item-level_itypes=specific item), then items.itype must + - if item types are defined at an item level + (item-level_itypes=specific item), then items.itype must be set else biblioitems.itemtype must be set - Item types defined in items or biblioitems must be defined in the item types table @@ -746,32 +746,32 @@ sub new_hint { * Patrons with an invalid patron category type because of lower and upper age limits * Relationships that form guarantor loops - * Any date fields in the database (timestamp, datetime, date) + * Any date fields in the database (timestamp, datetime, date) set to 0000-00-00 =head2 OPTIONS --check-branch Check for items without a home or holding library --check-auth Check for authority records with an invalid authority type - --check-status Check for bibliographic records and items without + --check-status Check for bibliographic records and items without an item type or with an invalid item type - --check-framework Check for invalid values in fields where the framework + --check-framework Check for invalid values in fields where the framework limits the values to an authorized value category --check-title Check for bibliographic records without a title --check-age Check for patrons with an invalid age for the patron category --check-loop Check for relationships that form guarantor loops --check-all Run all checks without specifying any other option - --skip-branch Skip checking for items without a home or holding + --skip-branch Skip checking for items without a home or holding library --skip-auth Skip checking for authority records with an invalid authority type - --skip-status Skip checking for bibliographic records and items without + --skip-status Skip checking for bibliographic records and items without an item type or with an invalid item type - --skip-framework Skip checking for invalid values in fields where the + --skip-framework Skip checking for invalid values in fields where the framework limits the values to an authorized value category --skip-title Skip checking for bibliographic records without a title - --skip-age Skip checking for patrons with an invalid age for the + --skip-age Skip checking for patrons with an invalid age for the patron category --skip-loop Skip checking for relationships that form guarantor loops --help Print usage information -- 2.39.5