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

(-)a/Koha/Schema/Result/Category.pm (-5 lines)
Lines 368-377 __PACKAGE__->add_columns( Link Here
368
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
368
    '+exclude_from_local_holds_priority' => { is_boolean => 1 },
369
);
369
);
370
370
371
__PACKAGE__->add_columns(
372
    '+canbeguarantee' => { is_boolean => 1 }
373
);
374
375
sub koha_object_class {
371
sub koha_object_class {
376
    'Koha::Patron::Category';
372
    'Koha::Patron::Category';
377
}
373
}
378
- 

Return to bug 12446