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

(-)a/Koha/Schema/Result/OldIssue.pm (-2 / +3 lines)
Lines 210-215 __PACKAGE__->belongs_to( Link Here
210
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51
210
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51
211
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q
211
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q
212
212
213
sub koha_objects_class {
214
    'Koha::Old::Checkouts';
215
}
213
216
214
# You can replace this text with custom content, and it will be preserved on regeneration
215
1;
217
1;
216
- 

Return to bug 16966