From: Rogan Hamby Date: Mon, 13 Jul 2020 14:57:38 +0000 (-0400) Subject: add warning for 999 fields and change name of app to use X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=896a51e03e7dfdfb3c54af8a0c0900634caa6b3a add warning for 999 fields and change name of app to use --- diff --git a/kmig.d/bin/mig-bibstats b/kmig.d/bin/mig-bibstats index 5c2d64f..e8ed795 100755 --- a/kmig.d/bin/mig-bibstats +++ b/kmig.d/bin/mig-bibstats @@ -243,7 +243,7 @@ foreach my $key (keys %holding_counts) { my $c = $holding_counts{$key}; if (((100/$i)*$c) >= $holding_threshold) { if ($key ne 'Symphony') { print " $key - $holding_counts{$key} holdings in $i bibs with $barcode_counts{$key} unique barcodes\n"; } - else { print " $key - $holding_counts{$key} holdings in $i bibs with $barcode_counts{$key} unique barcodes - 999 FIELDS MUST BE MOVED WITH kmig move999s\n"; } + else { print " $key - $holding_counts{$key} holdings in $i bibs with $barcode_counts{$key} unique barcodes - 999 FIELDS MUST BE MOVED WITH kmig prepbibs\n"; } } }