X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d629acd82a27e980899a044ca8b0f4becc8e94bb..290df7c8b37a75d3796e589c3fa0a58feaa9e92c:/SL/Form.pm?ds=inline diff --git a/SL/Form.pm b/SL/Form.pm index 8275807d2..fe7e43e3c 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2332,7 +2332,7 @@ sub get_history { $hash_ref->{snumbers} =~ s/^.+_(.*)$/$1/g; $tempArray[$i++] = $hash_ref; } - return \@tempArray and $main::lxdebug->leave_sub() + $main::lxdebug->leave_sub() and return \@tempArray if ($i > 0 && $tempArray[0] ne ""); } $main::lxdebug->leave_sub();