[Koha-bugs] [Bug 35959] Inconsistent hierarchy during C3 merge of class 'Koha::AuthorisedValue'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 31 14:22:48 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35959

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Koha/Account/DebitType.pm:use base qw(Koha::Object
Koha::Object::Limit::Library);
Koha/AuthorisedValue.pm:use base qw(Koha::Object Koha::Object::Limit::Library);
Koha/ItemType.pm:use base qw(Koha::Object Koha::Object::Limit::Library);
Koha/Object/Limit/Library.pm:package Koha::Object::Limit::Library;
Koha/Object/Limit/Library.pm:Koha::Object::Limit::Library - Generic library
limit handling class
Koha/Object/Limit/Library.pm:    use base qw(Koha::Object
Koha::Object::Limit::Library);
Koha/Objects/Limit/Library.pm:    use base qw(Koha::Objects
Koha::Object::Limit::Library);
Koha/Patron/Attribute/Type.pm:use base qw(Koha::Object
Koha::Object::Limit::Library);
Koha/Patron/Category.pm:use base qw(Koha::Object Koha::Object::Limit::Library);

There are more modules suffering here..

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list