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

(-)a/Koha/Schema/Result/Category.pm (-1 / +4 lines)
Lines 290-293 sub koha_objects_class { Link Here
290
    'Koha::Patron::Categories';
290
    'Koha::Patron::Categories';
291
}
291
}
292
292
293
__PACKAGE__->add_columns(
294
    '+require_strong_password' => { is_boolean => 1 }
295
);
296
293
1;
297
1;
294
- 

Return to bug 23816