]> 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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 13 Oct 2012 02:00:51 +0000 (22:00 -0400)
commitf0b6a13bd535b1e28b07bf50d86dff7e97969761
treee3c3271c3b1070ee5ef68aa67c7ce5de9a0b2839
parentaab0e776c6a0f91748afcaa00ed16273a184844e
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>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Breeding.pm