Bug 31028: (QA follow-up) Add koha_object(s)_class methods to TicketUpdate.pm
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ad67b88d28
commit
3adde7ed3b
1 changed files with 7 additions and 1 deletions
|
@ -149,5 +149,11 @@ __PACKAGE__->belongs_to(
|
|||
|
||||
__PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, );
|
||||
|
||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
||||
sub koha_object_class {
|
||||
'Koha::Ticket::Update';
|
||||
}
|
||||
sub koha_objects_class {
|
||||
'Koha::Ticket::Updates';
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue