Bug 33960: (RM follow-up) Add class decorations to schema

This patch adds the missing koha_objects_class and koha_object_class
definitions to Koha::Schema::Result::DeletedbiblioMetadata.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2024-04-24 10:00:28 +01:00
parent 481e442263
commit c74036dfd5
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -135,6 +135,12 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JCOh+FSSTgPlC8lMJOdOOA
sub koha_objects_class {
'Koha::Old::Biblio::Metadatas';
}
sub koha_object_class {
'Koha::Old::Biblio::Metadata';
}
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;