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

(-)a/Koha/Schema/Result/BorrowerAttributeType.pm (-1 / +1 lines)
Lines 266-271 __PACKAGE__->has_many( Link Here
266
__PACKAGE__->add_columns(
266
__PACKAGE__->add_columns(
267
    '+keep_for_pseudonymization' => { is_boolean => 1 },
267
    '+keep_for_pseudonymization' => { is_boolean => 1 },
268
    '+mandatory'                 => { is_boolean => 1 },
268
    '+mandatory'                 => { is_boolean => 1 },
269
    '+opac_mandatory'            => { is_boolean => 1 },
269
    '+searched_by_default'       => { is_boolean => 1 },
270
    '+searched_by_default'       => { is_boolean => 1 },
270
    '+staff_searchable'          => { is_boolean => 1 },
271
    '+staff_searchable'          => { is_boolean => 1 },
271
);
272
);
272
- 

Return to bug 35635