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

(-)a/Koha/Schema/Result/ImportRecordMatch.pm (-1 / +4 lines)
Lines 101-106 __PACKAGE__->belongs_to( Link Here
101
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-12-20 14:40:50
101
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-12-20 14:40:50
102
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+aVZQFY/Tb1N6C6GgMwlig
102
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+aVZQFY/Tb1N6C6GgMwlig
103
103
104
__PACKAGE__->add_columns(
105
    '+chosen' => { is_boolean => 1 },
106
);
107
104
sub koha_object_class {
108
sub koha_object_class {
105
    'Koha::Import::Record::Match';
109
    'Koha::Import::Record::Match';
106
}
110
}
107
- 

Return to bug 22785