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

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

Return to bug 33462