https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30522
--- Comment #4 from Bernard <[email protected]> --- It's version 21.11.01.000 I've just run your little script: use Modern::Perl; use Data::Dumper qw/Dumper/; use Koha::Authorities; my @biblionumbers = Koha::Authorities->linked_biblionumbers({ authid => 7307 }); print Dumper( scalar @biblionumbers ); >>> $ perl /home2/kfc/kohaclone/Koha/bertest.pl $VAR1 = 100; There are 104 bib records linked to this authority -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
