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

(-)a/Koha/Schema/Result/Category.pm (-1 / +4 lines)
Lines 316-319 sub koha_objects_class { Link Here
316
    'Koha::Patron::Categories';
316
    'Koha::Patron::Categories';
317
}
317
}
318
318
319
__PACKAGE__->add_columns(
320
    '+require_strong_password' => { is_boolean => 1 }
321
);
322
319
1;
323
1;
320
- 

Return to bug 23816