https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21453 --- Comment #15 from David Nind <david@davidnind.com> --- I had a go at testing this again, and think I got things working correctly. For a MARC21 instance, the test plan worked as written. For a UNIMARC instance, I found the test plan confusing: - Step 5, in KTD none of the authority types seem to have a $5 (for example, 600 has a $3 and an $a) - Step 7 (after the patch), works as expected for authority records: puts the term in $a (Entry Element) and a number in $3 (Authority Record Number) - For step 8 (after the patch, bibliographical record), I tested using tag 600 for a bibliographic record: text of term in $a, and $9 (Koha number) has the authority id (there is nothing in $3 (Authority Record Number)) Feel free to change back to needs sign off if I haven't tested correctly. -- You are receiving this mail because: You are watching all bug changes.