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

(-)a/Koha/Schema/Result/Category.pm (-1 / +4 lines)
Lines 374-379 __PACKAGE__->has_many( Link Here
374
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-23 16:29:27
374
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-23 16:29:27
375
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SKWF2QpqQtXoujwurKFQhA
375
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SKWF2QpqQtXoujwurKFQhA
376
376
377
__PACKAGE__->add_columns(
378
    '+canbeguarantee' => { is_boolean => 1 }
379
);
380
377
sub koha_object_class {
381
sub koha_object_class {
378
    'Koha::Patron::Category';
382
    'Koha::Patron::Category';
379
}
383
}
380
- 

Return to bug 12446