[Koha-bugs] [Bug 9149] Patch 8823 introduces reference to non-existent function

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 29 21:19:21 CET 2012


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

--- Comment #4 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 13788
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13788&action=edit
Bug 9149: Add missing GetAuthorizedHeading

On 3.8.x, it was possible for multiple automatically generated
authorities to be linked to a single heading. This patch deletes
previous links from headings prior to linking them to
automatically-generated headings. This patch also corrects a
potential problem wherein multiple authorities might be generated if
a record is edited repeatedly in quick succession. The latter problem
exists on Master and 3.6.x as well, and the code that corrects the
multiple linkages is equally applicable if seemingly unnecessary.

This patch adds a missing routine to C4::AuthoritiesMarc that should
have been in the 3.8.x version of the patch for bug 8823.

To test:
1) Turn on BiblioAddsAuthorities and AutoCreateAuthorities.
2) Create a new record or edit an existing one, and add an
   authority-controlled heading (for example, MARC21 1xx or 6xx or
   UNIMARC 6xx or 7xx) which does not currently exist in your authority
   file.
3) If you don't get a software error, it worked.

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


More information about the Koha-bugs mailing list