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

(-)a/Koha/Schema/Result/BorrowerAttributeType.pm (-1 / +4 lines)
Lines 173-178 __PACKAGE__->has_many( Link Here
173
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-03 13:48:05
173
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-02-03 13:48:05
174
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+gaC4iMv0bphNEflh7Sm5w
174
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+gaC4iMv0bphNEflh7Sm5w
175
175
176
__PACKAGE__->add_columns(
177
    '+mandatory' => { is_boolean => 1 },
178
);
179
176
sub koha_object_class {
180
sub koha_object_class {
177
    'Koha::Patron::Attribute::Type';
181
    'Koha::Patron::Attribute::Type';
178
}
182
}
179
- 

Return to bug 22844