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

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