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

(-)a/Koha/Schema/Result/Category.pm (-1 / +4 lines)
Lines 305-308 sub koha_objects_class { Link Here
305
    'Koha::Patron::Categories';
305
    'Koha::Patron::Categories';
306
}
306
}
307
307
308
__PACKAGE__->add_columns(
309
    '+require_strong_password' => { is_boolean => 1 }
310
);
311
308
1;
312
1;
309
- 

Return to bug 23816