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 |
- |
|
|