13 Apr
2022
13 Apr
'22
2:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30522 --- Comment #4 from Bernard <bernard.scaife@ptfs-europe.com> --- 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.