@@ -, +, @@ --- Koha/Cash/Register/Action.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/Cash/Register/Action.pm +++ a/Koha/Cash/Register/Action.pm @@ -57,7 +57,6 @@ Return the register linked to this cash register::action sub register { my ($self) = @_; my $rs = $self->_result->register; - return unless $rs; return Koha::Cash::Register->_new_from_dbic($rs); } --