Bug 19410: (follow-up) Move build_query_params_from_api into a helper
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Dec 2017 20:12:05 +0000 (17:12 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Dec 2017 20:46:59 +0000 (17:46 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Objects.pm

index 58a0c68..8c79afd 100644 (file)
@@ -23,7 +23,6 @@ use Carp;
 use List::MoreUtils qw( none );
 
 use Koha::Database;
-use Koha::Exceptions;
 
 =head1 NAME