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

(-)a/Koha/Schema/Result/ItemGroup.pm (-1 / +6 lines)
Lines 151-156 __PACKAGE__->has_many( Link Here
151
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-02 16:18:20
151
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-02 16:18:20
152
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YO7VdfzHDqBjGHt7vQX7gw
152
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YO7VdfzHDqBjGHt7vQX7gw
153
153
154
sub koha_objects_class {
155
    'Koha::Biblio::ItemGroups';
156
}
157
sub koha_object_class {
158
    'Koha::Biblio::ItemGroup';
159
}
154
160
155
# You can replace this text with custom code or comments, and it will be preserved on regeneration
156
1;
161
1;
(-)a/Koha/Schema/Result/ItemGroupItem.pm (-2 / +6 lines)
Lines 132-137 __PACKAGE__->belongs_to( Link Here
132
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-02 16:18:20
132
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-02 16:18:20
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FLtrDLTHqXdzqyOmVvaXJQ
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FLtrDLTHqXdzqyOmVvaXJQ
134
134
135
sub koha_object_class {
136
    'Koha::Biblio::ItemGroup::Item';
137
}
138
sub koha_objects_class {
139
    'Koha::Biblio::ItemGroup::Items';
140
}
135
141
136
# You can replace this text with custom code or comments, and it will be preserved on regeneration
137
1;
142
1;
138
- 

Return to bug 24857