Bug 23049: (follow-up) Types should not be deletable
[koha-ffzg.git] / Koha / Subscriptions.pm
index 3538c15..f92b586 100644 (file)
@@ -25,7 +25,7 @@ use Koha::Database;
 
 use Koha::Subscription;
 
-use base qw(Koha::Objects);
+use base qw(Koha::Objects Koha::Objects::Mixin::AdditionalFields);
 
 =head1 NAME