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

(-)a/Koha/Schema/Result/AccountDebitType.pm (-1 / +4 lines)
Lines 160-165 __PACKAGE__->add_columns( Link Here
160
    "+can_be_invoiced" => { is_boolean => 1 }
160
    "+can_be_invoiced" => { is_boolean => 1 }
161
);
161
);
162
162
163
__PACKAGE__->add_columns(
164
    "+restricts_checkouts" => { is_boolean => 1 }
165
);
166
163
sub koha_objects_class {
167
sub koha_objects_class {
164
    'Koha::Account::DebitTypes';
168
    'Koha::Account::DebitTypes';
165
}
169
}
166
- 

Return to bug 32450