Bug 32163: (bug 32030 follow-up) Fix koha_object[s]_class for ErmUserRole
Test plan: run t/db_dependent/TestBuilder.t and confirm that the error related to this module is gone. Another one may still fail however Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
8b4ea0beaa
commit
e216df769e
1 changed files with 2 additions and 2 deletions
|
@ -130,10 +130,10 @@ __PACKAGE__->belongs_to(
|
|||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RkK5cQWFEmcrDioAfjOVWQ
|
||||
|
||||
sub koha_object_class {
|
||||
'Koha::ERM::Agreement::UserRole';
|
||||
'Koha::ERM::UserRole';
|
||||
}
|
||||
sub koha_objects_class {
|
||||
'Koha::ERM::Agreement::UserRoles';
|
||||
'Koha::ERM::UserRoles';
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue