20 Apr
2026
20 Apr
'26
4:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41728 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #64 from Jonathan Druart <jonathan.druart@gmail.com> --- +sub checkin_availability { + my ( $self, $params ) = @_; + + require Koha::Item::Availability::Checkin; + return Koha::Item::Availability::Checkin->check( $self, $params ); +} We should not require here. -- You are receiving this mail because: You are watching all bug changes.