25 Mar
2015
25 Mar
'15
1:50 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13905 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 37215 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37215&action=edit Bug 13905 - Wrapping DBIx count inside Koha Object DBIx::Class::ResultSet has a handy method count() to see how many results this prepared ResultSet would return. This is hidden by the Koha::Object. This patch adds a wrapper for the count() method inside the Koha::Object, so it is nicely available for all subclasses. -- You are receiving this mail because: You are watching all bug changes.