https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31185 --- Comment #1 from Adolfo <adolfo.rodriguez@xercode.es> --- Created attachment 137860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=137860&action=edit Detect duplicate authorities using Link authorities automatically This patch fixes LinkBibHeadingsToAuthorities so it detects duplicate authorities using "Link authorities automatically" To test 1 Make sure the system preference AutoCreateAuthorities is turned to don't generate 2 Create a duplicate authority and check that search in Authorities module returns both. For example, two Personal Name (Smith, John) 3 Create a new record and fill the entry point with the same text of the authorities you just created. For example 100$a Smith, John 4 Click "Link authorities automatically" and you will obtain the following message "No matching authority found." 5 Apply patch, restart services 6 Click "Link authorities automatically" and you will obtain the following message "More than one local match found. Possibly a duplicate authority!" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.