[Koha-bugs] [Bug 30522] merge authorities has a max limit of 100 on number of linked biblios it will modify

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 13 14:10:39 CEST 2022


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Interesting. Could provide details about the version you experience this?

I tested this:

use Modern::Perl;
use Data::Dumper qw/Dumper/;
use Koha::Authorities;
my @biblionumbers = Koha::Authorities->linked_biblionumbers({ authid => 1 });
print Dumper( scalar @biblionumbers );

I have 149 biblionumbers attached to authid 1.
And got this result:

$VAR1 = 149;

So that should be fine (as a first check).

-- 
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