[Koha-bugs] [Bug 9070] Searching for authority from tag editor for field 650 gives error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 13 17:05:44 CET 2012


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

--- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 13438
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13438&action=edit
Bug 9070: authority searches in auth_finder error out

GetAuthType returns a hash and not a reference to a hash. When you try
to treat a regular hash like a reference, as is the case in auth_finder
when using authority records imported into Koha from elsewhere, bad
things happen.

To test:
1) You will need records imported from elsewhere.
2) Use the authority control plugin in a bib record to search for one of
   those headings.
3) Observe you get a nasty error.
4) Apply patch.
5) Repeat step 2.
6) Observe the error is gone.
7) Sign off.

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


More information about the Koha-bugs mailing list