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

--- Comment #1 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to