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

(-)a/Koha/Schema/Result/Category.pm (-1 / +1 lines)
Lines 389-394 sub koha_objects_class { Link Here
389
}
389
}
390
390
391
__PACKAGE__->add_columns(
391
__PACKAGE__->add_columns(
392
    '+canplaceill'                       => { is_boolean => 1 },
392
    '+can_be_guarantee'                  => { is_boolean => 1 },
393
    '+can_be_guarantee'                  => { is_boolean => 1 },
393
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
394
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
394
    '+require_strong_password'           => { is_boolean => 1 },
395
    '+require_strong_password'           => { is_boolean => 1 },
395
- 

Return to bug 18203