Previously there was no check to make sure that an issn number
authorjoshferraro <joshferraro>
Fri, 30 Sep 2005 18:58:25 +0000 (18:58 +0000)
committerjoshferraro <joshferraro>
Fri, 30 Sep 2005 18:58:25 +0000 (18:58 +0000)
commitaa14e3e2d19712bb8e06adacdb59a008088335b6
treea9f00ef1eafd68e053561fdf7dea311807dbbe9f
parent2dbb13abd4f7f3bd2a1c29effc6788f84b73c783
Previously there was no check to make sure that an issn number
actually existed; so if there was no isbn, and the issn was blank,
the item would be assigned a random biblionumber and the breeding farm
would report that the item already exists in the catalog (even though
it didn't). This fix adds a check to determine whether the imported
record has an issn before assigning a matching biblionumber.
C4/Breeding.pm