From 896a51e03e7dfdfb3c54af8a0c0900634caa6b3a Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Mon, 13 Jul 2020 10:57:38 -0400 Subject: [PATCH] add warning for 999 fields and change name of app to use --- kmig.d/bin/mig-bibstats | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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"; } } } -- 1.7.2.5