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

(-)a/Koha/Schema/Result/BorrowerAttributeType.pm (-1 / +8 lines)
Lines 261-266 __PACKAGE__->add_columns( Link Here
261
    '+mandatory' => { is_boolean => 1 },
261
    '+mandatory' => { is_boolean => 1 },
262
);
262
);
263
263
264
__PACKAGE__->add_columns(
265
    '+staff_searchable' => { is_boolean => 1 },
266
);
267
268
__PACKAGE__->add_columns(
269
    '+searched_by_default' => { is_boolean => 1 },
270
);
271
264
sub koha_object_class {
272
sub koha_object_class {
265
    'Koha::Patron::Attribute::Type';
273
    'Koha::Patron::Attribute::Type';
266
}
274
}
267
- 

Return to bug 34517