@@ -, +, @@ koha_object_class methods --- Koha/Schema/Result/Illcomment.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) --- a/Koha/Schema/Result/Illcomment.pm +++ a/Koha/Schema/Result/Illcomment.pm @@ -143,5 +143,12 @@ __PACKAGE__->belongs_to( # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Y6mVTLtrYxmqmyAc/E7A -# You can replace this text with custom code or comments, and it will be preserved on regeneration +sub koha_object_class { + 'Koha::ILL::Comment'; +} + +sub koha_objects_class { + 'Koha::ILL::Comments'; +} + 1; --