]> git.koha-community.org Git - koha.git/commit
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)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Oct 2012 19:06:50 +0000 (08:06 +1300)
commit3c4f56b5f7230fa5a1fc223b88761f4f77eebff1
tree9e0520a54e3a7ff8dcb8d303ec49f281fed60e99
parent8681920d7982555c5553870b1d28b6a607358df4
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Breeding.pm