[Koha-bugs] [Bug 27577] New: Autolink bibs after generating the biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 29 14:32:56 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27577

            Bug ID: 27577
           Summary: Autolink bibs after generating the biblionumber
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

If BiblioAddsAuthorities and AutoCreateAuthorities are enabled, a new record is
auto linked when saving and authorities generated with a 670 field that
indicates which record generated the new authority.

The code to do this is called before the biblionumber is generated, so the
variable that adds the biblionumber to the citation is empty

To recreate:
1 - Enable BiblioAddsAuthorities and AutoCreateAuthorities
2 - Import or create a new record
3 - Ensure the record has controlled fields that do not have authorities before
saving, i.e.:
    Add a 650 with "test_bug_01"
4 - Search for the authority record
5 - Note the 670 field does not contain the biblionumber

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


More information about the Koha-bugs mailing list