add warning for 999 fields and change name of app to use
authorRogan Hamby <rhamby@equinoxinitiative.org>
Mon, 13 Jul 2020 14:57:38 +0000 (10:57 -0400)
committerRogan Hamby <rhamby@equinoxinitiative.org>
Mon, 13 Jul 2020 14:57:38 +0000 (10:57 -0400)
kmig.d/bin/mig-bibstats

index 5c2d64f..e8ed795 100755 (executable)
@@ -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"; } 
        }
 }