Bug 8350: warning in logs when searching for nonexistent ISBN
authorMark Tompsett <mtompset@hotmail.com>
Thu, 30 Aug 2012 07:06:07 +0000 (15:06 +0800)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 2 Oct 2012 14:58:41 +0000 (16:58 +0200)
commit514b32898e8169c9bb4e3e7d683fdbf7ed8fe55d
tree199cd78332ff7f4764ea3204329d62bac9163a34
parent813c74400803a5ec26497d9a809cf874d2c200fd
Bug 8350: warning in logs when searching for nonexistent ISBN

Searching for a 10 or 13 digit numeric string that does not exist in
one's catalog will fail to affect SQL statement correctly
in C4::Breeding. Moved string substitution, which was triggering error
when search was undefined, and fixed if statements accordingly.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Breeding.pm