https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999
--- Comment #145 from Fridolin Somers <[email protected]> --- In CanBookBeReserved : my $holds = $patron->holds; In my opinion we should avoid this var an call like in CanItemBeReserved : $patron->holds->count >= $maxreserves -- You are receiving this mail because: 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/
