20 Apr
2026
20 Apr
'26
10:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41728 --- Comment #68 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Hi, Jonathan! (In reply to Jonathan Druart from comment #64)
+sub checkin_availability { + my ( $self, $params ) = @_; + + require Koha::Item::Availability::Checkin; + return Koha::Item::Availability::Checkin->check( $self, $params ); +}
We should not require here.
Good catch. Solved! Thanks! -- You are receiving this mail because: You are watching all bug changes.