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

(-)a/Koha/Schema/Result/CashRegister.pm (-1 / +8 lines)
Lines 153-157 __PACKAGE__->add_columns( Link Here
153
    '+branch_default' => { is_boolean => 1 },
153
    '+branch_default' => { is_boolean => 1 },
154
);
154
);
155
155
156
sub koha_objects_class {
157
    'Koha::Cash::Registers';
158
}
159
160
sub koha_object_class {
161
    'Koha::Cash::Register';
162
}
163
156
# You can replace this text with custom code or comments, and it will be preserved on regeneration
164
# You can replace this text with custom code or comments, and it will be preserved on regeneration
157
1;
165
1;
158
- 

Return to bug 23321