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

(-)a/Koha/Schema/Result/ImportRecordMatch.pm (-1 / +4 lines)
Lines 93-98 __PACKAGE__->belongs_to( Link Here
93
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-01-04 14:04:12
93
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-01-04 14:04:12
94
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YSZUbzE+4O/Z2BWrcWQ/bQ
94
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YSZUbzE+4O/Z2BWrcWQ/bQ
95
95
96
__PACKAGE__->add_columns(
97
    '+chosen' => { is_boolean => 1 },
98
);
99
96
sub koha_object_class {
100
sub koha_object_class {
97
    'Koha::Import::Record::Match';
101
    'Koha::Import::Record::Match';
98
}
102
}
99
- 

Return to bug 22785