Bug 31254: Add additional fields for accountlines
[srvgit] / Koha / Account / Line.pm
index ceb73e7..b940d6a 100644 (file)
@@ -30,7 +30,7 @@ use Koha::DateUtils qw( dt_from_string );
 use Koha::Exceptions::Account;
 use Koha::Items;
 
-use base qw(Koha::Object);
+use base qw(Koha::Object Koha::Object::Mixin::AdditionalFields);
 
 =encoding utf8