[Koha-bugs] [Bug 30522] Issue with merge_authorities script ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 13 15:09:21 CEST 2022


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

--- Comment #4 from Bernard <bernard.scaife at 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.


More information about the Koha-bugs mailing list