@@ -, +, @@ --- Koha/ERM/License.pm | 2 +- Koha/ERM/Licenses.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/ERM/License.pm +++ a/Koha/ERM/License.pm @@ -19,7 +19,7 @@ use Modern::Perl; use Koha::Database; -use base qw(Koha::Object); +use base qw(Koha::Object::Mixin::AdditionalFields Koha::Object); use Koha::Acquisition::Bookseller; use Koha::ERM::UserRoles; --- a/Koha/ERM/Licenses.pm +++ a/Koha/ERM/Licenses.pm @@ -22,7 +22,7 @@ use Koha::Database; use Koha::ERM::License; -use base qw(Koha::Objects); +use base qw(Koha::Objects Koha::Objects::Mixin::AdditionalFields); =head1 NAME --