Bug 18182: Fix Koha::RefundLostItemFeeRules
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Apr 2017 18:20:10 +0000 (15:20 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Apr 2017 00:10:51 +0000 (00:10 +0000)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/RefundLostItemFeeRules.pm

index 479f55e..2e83c76 100644 (file)
@@ -22,6 +22,8 @@ use Modern::Perl;
 use Koha::Database;
 use Koha::Exceptions;
 
+use Koha::RefundLostItemFeeRule;
+
 use base qw(Koha::Objects);
 
 =head1 NAME