29 Apr
2020
29 Apr
'20
2:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25296 --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I am wondering if we should not force ->empty to be called only as a class method. my $patrons = Koha::Patrons->search; $patrons->empty; # Does not really make sense to me. -- You are receiving this mail because: You are watching all bug changes.