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

(-)a/Koha/Schema/Result/AdditionalContentsLocalization.pm (-2 / +6 lines)
Lines 143-148 __PACKAGE__->belongs_to( Link Here
143
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-08 08:09:35
143
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-08 08:09:35
144
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KRaaWslsavWVmDbZF/NwcQ
144
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KRaaWslsavWVmDbZF/NwcQ
145
145
146
sub koha_object_class {
147
    'Koha::AdditionalContentsLocalization';
148
}
149
sub koha_objects_class {
150
    'Koha::AdditionalContentsLocalizations';
151
}
146
152
147
# You can replace this text with custom code or comments, and it will be preserved on regeneration
148
1;
153
1;
149
- 

Return to bug 31383