View | Details | Raw Unified | Return to bug 31028
Collapse All | Expand All

(-)a/Koha/Schema/Result/TicketUpdate.pm (-2 / +7 lines)
Lines 149-153 __PACKAGE__->belongs_to( Link Here
149
149
150
__PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, );
150
__PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, );
151
151
152
# You can replace this text with custom code or comments, and it will be preserved on regeneration
152
sub koha_object_class {
153
    'Koha::Ticket::Update';
154
}
155
sub koha_objects_class {
156
    'Koha::Ticket::Updates';
157
}
158
153
1;
159
1;
154
- 

Return to bug 31028