https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30522 Bug ID: 30522 Summary: merge authorities has a max limit of 100 on number of linked biblios it will modify Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: bernard.scaife@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl With systempreference AuthorityMergeLimit set to say 50, if you amend an authority record which has more than 100 linked bibs and run merge_authorities -b -v - then only the first 100 bibs are amended to match the authority. The remaining ones are unmodified. I think it relates to line 81 of /Koha/Authorities.pm and what is returned to the variable $result. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.