@@ -, +, @@ --- Koha/Schema/Result/CashRegister.pm | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/Koha/Schema/Result/CashRegister.pm +++ a/Koha/Schema/Result/CashRegister.pm @@ -153,5 +153,13 @@ __PACKAGE__->add_columns( '+branch_default' => { is_boolean => 1 }, ); +sub koha_objects_class { + 'Koha::Cash::Registers'; +} + +sub koha_object_class { + 'Koha::Cash::Register'; +} + # You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --