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

(-)a/Koha/Schema/Result/BorrowerAttributeType.pm (-1 / +1 lines)
Lines 276-281 __PACKAGE__->has_many( Link Here
276
__PACKAGE__->add_columns(
276
__PACKAGE__->add_columns(
277
    '+keep_for_pseudonymization' => { is_boolean => 1 },
277
    '+keep_for_pseudonymization' => { is_boolean => 1 },
278
    '+mandatory'                 => { is_boolean => 1 },
278
    '+mandatory'                 => { is_boolean => 1 },
279
    '+opac_mandatory'            => { is_boolean => 1 },
279
    '+searched_by_default'       => { is_boolean => 1 },
280
    '+searched_by_default'       => { is_boolean => 1 },
280
    '+staff_searchable'          => { is_boolean => 1 },
281
    '+staff_searchable'          => { is_boolean => 1 },
281
);
282
);
282
- 

Return to bug 35635