8 May
2026
8 May
'26
6:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42168 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- 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.