[Koha-bugs] [Bug 25296] Add a way to force an empty Koha::Objects resultset

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 15:10:35 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25296

--- Comment #19 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list