13 Apr
2022
13 Apr
'22
1:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30522 --- Comment #1 from Marcel de Rooy <m.de.rooy@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.