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

(-)a/Koha/Schema/Result/LibraryHour.pm (-2 / +6 lines)
Lines 100-105 __PACKAGE__->belongs_to( Link Here
100
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-12 08:58:44
100
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-12 08:58:44
101
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1W6KcIBKWaCCu/UEXF+zug
101
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1W6KcIBKWaCCu/UEXF+zug
102
102
103
sub koha_objects_class {
104
    'Koha::Library::Hours';
105
}
106
sub koha_object_class {
107
    'Koha::Library::Hour';
108
}
103
109
104
# You can replace this text with custom code or comments, and it will be preserved on regeneration
105
1;
110
1;
106
- 

Return to bug 36593