[Koha-bugs] [Bug 8386] Error in duplicate detection message for authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 1 23:50:39 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8386

JA <pussman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pussman at gmail.com

--- Comment #6 from JA <pussman at gmail.com> ---
I was trying to create a new Authority with the fowling parameters:
Lastname: Lopes,
Firstname: Francisco

I with version 3.08.03.000 I this error when I'm creating a new Authority and
koha finds a possible duplicate:
Software error:
Can't use string ("Lopes, Francisco Luiz
<br/>
<br/") as a HASH ref while "strict refs" in use at
/usr/share/koha/intranet/cgi-bin/authorities/authorities.pl line 613.


With version 3.08.01.000 its OK, there is no problem.

So I compare both functions and they are a bit different:
Ver: 3.08.01.000
<i>duplicateauthvalue  => $duplicateauthvalue,

Ver: 3.08.03.000
duplicateauthvalue  => $duplicateauthvalue->{authorized}->[0],

When I remove ->{authorized}->[0] it works OK.

-- 
José  Anjos

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list