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

(-)a/Koha/Schema/Result/CourseItem.pm (-1 / +1 lines)
Lines 320-325 __PACKAGE__->belongs_to( Link Here
320
__PACKAGE__->add_columns(
320
__PACKAGE__->add_columns(
321
    '+itype_enabled'         => { is_boolean => 1 },
321
    '+itype_enabled'         => { is_boolean => 1 },
322
    '+ccode_enabled'         => { is_boolean => 1 },
322
    '+ccode_enabled'         => { is_boolean => 1 },
323
    '+homebranch_enabled'    => { is_boolean => 1 },
323
    '+holdingbranch_enabled' => { is_boolean => 1 },
324
    '+holdingbranch_enabled' => { is_boolean => 1 },
324
    '+location_enabled'      => { is_boolean => 1 },
325
    '+location_enabled'      => { is_boolean => 1 },
325
);
326
);
326
- 

Return to bug 22630