Bug 18330: (follow-up) Do not return undef explicitely
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Dec 2017 15:12:09 +0000 (12:12 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Dec 2017 15:16:19 +0000 (12:16 -0300)
commit6d6c628d85e845da796359de72ef9013ccbb2ebd
tree47b6480d10aabf3a9b181cb9955b2358d7b82cfc
parente66a78d1075ed5a1af995f79bd92b1ffc10036d7
Bug 18330: (follow-up) Do not return undef explicitely

This patch fixes a perl critic issue, hopefully it will not break
something else.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Object.pm