Bug 24418: Add koha_object(s)_class methods to Suggestion
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
8d2642d33e
commit
4c10b49b5d
1 changed files with 7 additions and 1 deletions
|
@ -443,6 +443,12 @@ __PACKAGE__->belongs_to(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UsG/gxLa0HMMbcpbscV29Q
|
||||
|
||||
sub koha_objects_class {
|
||||
'Koha::Suggestions';
|
||||
}
|
||||
|
||||
sub koha_object_class {
|
||||
'Koha::Suggestion';
|
||||
}
|
||||
|
||||
# You can replace this text with custom content, and it will be preserved on regeneration
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue