X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=fingerprinter;h=a3af67a50be1cb9d8ac614d4db62e129d99e51b8;hp=03a67a11f78d6f09f77c6ff2a991b57d7502f1d7;hb=94b89a418c3615a8c9e687b38b056a7596c73391;hpb=264d161247db8e14c5466b1af2bdc2737ffc1e84 diff --git a/fingerprinter b/fingerprinter index 03a67a1..a3af67a 100755 --- a/fingerprinter +++ b/fingerprinter @@ -373,11 +373,11 @@ sub dump_fingerprints { } } - if ($conf->{fingerprints}{edition} and $marc->{edition}) { + if ($conf->{fingerprints}{edition} and $marc->{edition} and $marc->{author}) { print OF join("\t", $marc->{score}, $marc->{id}, "edition", $marc->{item_form}, $marc->{date1}, $marc->{record_type}, $marc->{bib_lvl}, - $marc->{title}, $marc->{edition}), "\n"; + $marc->{title}, $marc->{author}, $marc->{edition}), "\n"; } if ($conf->{fingerprints}{issn} and $marc->{issn}) {