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

(-)a/Koha/Schema/Result/DebarmentType.pm (-1 / +5 lines)
Lines 92-97 __PACKAGE__->has_many( Link Here
92
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-04 11:05:19
92
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-04 11:05:19
93
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRSViJItfpT3mxCX82/9eQ
93
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRSViJItfpT3mxCX82/9eQ
94
94
95
__PACKAGE__->add_columns(
96
    '+is_system'  => { is_boolean => 1 },
97
    '+is_default' => { is_boolean => 1 }
98
);
99
95
sub koha_object_class {
100
sub koha_object_class {
96
    'Koha::RestrictionType';
101
    'Koha::RestrictionType';
97
}
102
}
98
- 

Return to bug 23681