From dec2e9f2119cf6bf698c2e27e9274c6cba37afab Mon Sep 17 00:00:00 2001 From: Spitzer Daniel Date: Thu, 4 Apr 2024 18:12:14 +0200 Subject: [PATCH] =?UTF-8?q?Zeiterfassungs=20Update=20=20*=20neue=20Migrati?= =?UTF-8?q?on=20f=C3=BCr=20Personaladministration=20(Aktive=20Verrechnung)?= =?UTF-8?q?=20=20*=20Verrechnung=20Anpassungen=20Black=20P.=20=20*=20super?= =?UTF-8?q?expertEnabled=20Implementation=20Verrechnung/Personaladministra?= =?UTF-8?q?tion=20=20*=20Personaladministration=20(Aktive=20Verrechnung/Ze?= =?UTF-8?q?iterfassung=20Enddatum)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/TimerecordingCar/TimerecordingCarController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/TimerecordingCar/TimerecordingCarController.php b/application/TimerecordingCar/TimerecordingCarController.php index f718bac62..84277f341 100644 --- a/application/TimerecordingCar/TimerecordingCarController.php +++ b/application/TimerecordingCar/TimerecordingCarController.php @@ -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']) {