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

(-)a/Koha/Schema/Result/Category.pm (-1 / +1 lines)
Lines 403-408 __PACKAGE__->add_columns( Link Here
403
    '+can_place_ill_in_opac'             => { is_boolean => 1 },
403
    '+can_place_ill_in_opac'             => { is_boolean => 1 },
404
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
404
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
405
    '+require_strong_password'           => { is_boolean => 1 },
405
    '+require_strong_password'           => { is_boolean => 1 },
406
    '+dateofbirthrequired'               => { is_boolean => 1 },
406
);
407
);
407
408
408
1;
409
1;
409
- 

Return to bug 26297