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

(-)a/Koha/Schema/Result/Category.pm (-5 / +5 lines)
Lines 405-414 sub koha_objects_class { Link Here
405
}
405
}
406
406
407
__PACKAGE__->add_columns(
407
__PACKAGE__->add_columns(
408
    '+can_be_guarantee'                  => { is_boolean => 1 },
408
    '+can_be_guarantee'                       => { is_boolean => 1 },
409
    '+can_place_ill_in_opac'             => { is_boolean => 1 },
409
    '+can_place_ill_in_opac'                  => { is_boolean => 1 },
410
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
410
    '+exclude_from_local_holds_priority'      => { is_boolean => 1 },
411
    '+require_strong_password'           => { is_boolean => 1 },
411
    '+require_strong_password'                => { is_boolean => 1 },
412
    '+force_password_reset_when_set_by_staff' => { is_boolean => 1 },
412
);
413
);
413
414
414
1;
415
1;
415
- 

Return to bug 33462