https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42168
--- Comment #5 from David Cook <[email protected]> --- I'm doing some work on a local 25.11.x and I think I missed making this change on 15516 in opac-main.pl: - my $holds_pending = Koha::Holds->search({ borrowernumber => $borrowernumber, found => undef })->count; + my $holds_pending = $patron->holds->count_holds({ found => undef }); So the counts on opac-main.pl will likely different from the ones in opac-user.pl as well -- 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/
