Bug 17091: Remove explicit declaration of Koha::Objects->count
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Aug 2016 14:48:05 +0000 (15:48 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 11 Oct 2016 03:43:15 +0000 (03:43 +0000)
commit228a9ac882e2c716c95a341df298058af5fc7cba
tree215a9158ed85a669507892aca532e2b0eb934d32
parent1a77758989619086512829a7f7904c9370c6715d
Bug 17091: Remove explicit declaration of Koha::Objects->count

Test plan:
  prove t/db_dependent/Koha/Objects.t
should return green

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/Objects.pm