X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=eg_staged_bib_overlay;h=4df0cdeaba9c32ec28dbb4c286c47f5615833bf3;hp=7e57e9aadff65c7c3f96ccda7e37832f7d1d130e;hb=06e695c596e784a9e2634b25612b4bd23ac047af;hpb=9d35fadc55c2eb48cf90d72229d24d7c52d3ba96 diff --git a/eg_staged_bib_overlay b/eg_staged_bib_overlay index 7e57e9a..4df0cde 100755 --- a/eg_staged_bib_overlay +++ b/eg_staged_bib_overlay @@ -285,7 +285,7 @@ sub handle_stage_bibs { my $marc = MARC::Record->new_from_usmarc($_); my $bibid = $marc->subfield('901', 'c'); if ($bibid !~ /^\d+$/) { - die('Subfield 901$c is not numeric or missing.'); + die('Subfield 901$c is not numeric or missing.'); } my $xml = OpenILS::Application::AppUtils->entityize($marc->as_xml_record()); $ins->execute($xml, $bibid);