X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/af81f05f3519e304f29a28b7fe34cce3689c073f..68f05425f0189affa3a9e75d3d7e43d2405dd21f:/SL/BackgroundJob/ConvertTimeRecordings.pm diff --git a/SL/BackgroundJob/ConvertTimeRecordings.pm b/SL/BackgroundJob/ConvertTimeRecordings.pm index 906c8dba4..f44e71110 100644 --- a/SL/BackgroundJob/ConvertTimeRecordings.pm +++ b/SL/BackgroundJob/ConvertTimeRecordings.pm @@ -79,6 +79,8 @@ sub run { my $time_recordings = SL::DB::Manager::TimeRecording->get_all(where => [date => { ge_lt => [ $from_date, $to_date ]}, or => [booked => 0, booked => undef], + '!duration' => 0, + '!duration' => undef, %customer_where], with_objects => ['customer']);