|
Lines 132-137
__PACKAGE__->belongs_to(
Link Here
|
| 132 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-28 15:52:48 |
132 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-04-28 15:52:48 |
| 133 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LxAamW450isCEfygq7dYDg |
133 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LxAamW450isCEfygq7dYDg |
| 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 |
- |
|
|