Merge branch 'spidev' into 'master'

Zeiterfassungs Update

See merge request fronk/thetool!311
This commit is contained in:
Frank Schubert
2024-04-04 16:17:45 +00:00

View File

@@ -91,7 +91,7 @@ class TimerecordingCarController extends mfBaseController
$data['first_approval'] = trim($r->first_approval);
if (!$data['user_id']) {
if (!$data['user_id'] || $data['user_id'] == "-") {
$data['user_id'] = null;
}
if (!$data['initial_approval']) {