]> git.koha-community.org Git - koha.git/commit
Bug 8386: Error in duplicate detection message for authorities
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 9 Jul 2012 12:00:25 +0000 (08:00 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 18 Jul 2012 07:59:30 +0000 (19:59 +1200)
commitc2f9331e16c26ebfb9794844218d50a3eec9edae
tree36c469d389b84d20cf3a6c68c253f71fab125fa4
parent6b80d0d681c7f6d9fbb3f0897a59d96de78f4e4f
Bug 8386: Error in duplicate detection message for authorities

If you create a new authority record and the name already exists in
your database, you get a duplicate warning. This is good, but there is
a small error in the message:

Duplicate record suspected
Is this a duplicate of HASH(0x47fa670)?

This patch corrects the error message to show the title.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Error message correctly shows the name after applying this patch.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
authorities/authorities.pl